From 870bcac3281b2a9eb1b7d326e24dbec1a6bdfcc1 Mon Sep 17 00:00:00 2001 From: zhaolei <15900249928@163.com> Date: Wed, 24 Sep 2025 09:16:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E7=9B=91=E5=90=AC=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=94=B9=E4=B8=BA60=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/page/pal.pl.repository.designer.view.portal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; // 是否已绑定可见性事件 }