فهرست منبع

优化webui代码

niujiuru 2 هفته پیش
والد
کامیت
c3b31e5c68
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      web-ui.service/web/static/js/page1.js
  2. 1 1
      web-ui.service/web/static/js/page2.js
  3. 1 1
      web-ui.service/web/static/js/page4.js

+ 1 - 1
web-ui.service/web/static/js/page1.js

@@ -197,7 +197,7 @@ function startSysStatusRefresh(){
     getSystemInfo();
     getLoadInfo();
     getServiceInfo();
-  }, 3000);
+  }, 5000);
 }
 
 function stopSysStatusRefresh(){

+ 1 - 1
web-ui.service/web/static/js/page2.js

@@ -210,7 +210,7 @@ function startNetStatusRefresh() {
 
   netStatusTimer = setInterval(() => {
     getNetworkStatus();
-  }, 3000);
+  }, 5000);
 }
 
 function stopNetStatusRefresh() {

+ 1 - 1
web-ui.service/web/static/js/page4.js

@@ -146,7 +146,7 @@ function startGnssStatusRefresh() {
 
   gnssStatusTimer = setInterval(() => {
     getGnssStatus();
-  }, 3000);
+  }, 5000);
 }
 
 function stopGnssStatusRefresh() {