将监听时间改为60秒
This commit is contained in:
		
							parent
							
								
									78ff42c8d2
								
							
						
					
					
						commit
						870bcac328
					
				| @ -769,7 +769,7 @@ | |||||||
|             constructor() { |             constructor() { | ||||||
|                 this.startTime = null; |                 this.startTime = null; | ||||||
|                 this.lastReportTime = null; |                 this.lastReportTime = null; | ||||||
|                 this.reportInterval = 10000; // 60秒报告一次 |                 this.reportInterval = 60000; // 60秒报告一次 | ||||||
|                 this.isPageVisible = true; // 默认页面是可见的 |                 this.isPageVisible = true; // 默认页面是可见的 | ||||||
|                 this.visibilityBound = false; // 是否已绑定可见性事件 |                 this.visibilityBound = false; // 是否已绑定可见性事件 | ||||||
|             } |             } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user