将监听时间改为60秒

This commit is contained in:
zhaolei 2025-09-24 09:16:58 +08:00
parent 78ff42c8d2
commit 870bcac328

View File

@ -769,7 +769,7 @@
constructor() {
this.startTime = null;
this.lastReportTime = null;
this.reportInterval = 10000; // 60秒报告一次
this.reportInterval = 60000; // 60秒报告一次
this.isPageVisible = true; // 默认页面是可见的
this.visibilityBound = false; // 是否已绑定可见性事件
}