From 348a562de35750afcad20c759b87ac30ab1cb740 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期五, 24 十月 2025 18:35:37 +0800
Subject: [PATCH] *

---
 src/main/webapp/views/index.html |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index e8ec2dc..e10c3ac 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -395,8 +395,7 @@
                     // 楂橀鏇存柊锛氬皬杞﹀拰璁惧浣嶇疆锛�1.5绉掞級
                     setInterval(() => {
                         this.getTableDataRgv()
-                        this.getTableDataDev()
-                    }, 1500)
+                    }, 1000)
 
                     // 楂橀鏇存柊锛氬疄鏃朵换鍔″垪琛ㄧ瓑锛�2绉掞級
                     setInterval(() => {
@@ -404,6 +403,11 @@
                         this.getTableDataRight()
                     }, 2000)
 
+                    // 楂橀鏇存柊锛氬疄鏃剁珯鐐逛俊鎭瓑锛�3绉掞級
+                    setInterval(() => {
+                        this.getTableDataDev()
+                    }, 3000)
+
                     // 浣庨鏇存柊锛氫换鍔″垪琛ㄧ瓑锛�10绉掞級
                     setInterval(() => {
                         this.getTableDataLeft1()

--
Gitblit v1.9.1