From c350b737713fe518c22036dfc9a2574bcafcb15c Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期二, 02 六月 2020 15:18:08 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/console.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 90a7739..47fc13a 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -414,9 +414,11 @@
     getCrnInfo();
     // 瀹炴椂璁块棶
     setInterval(function () {
-        getSitesInfo();
         getCrnInfo();
     }, 500);
+    setInterval(function () {
+        getSitesInfo();
+    }, 3000);
 
     // 杈撻�佽澶囧疄鏃舵暟鎹幏鍙�
     function getSitesInfo(){

--
Gitblit v1.9.1