diff --git a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.html b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.html index bf30d9e7..c3e42e24 100755 --- a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.html +++ b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.html @@ -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; // 是否已绑定可见性事件 }