From 9bbe7c8b68be0972e9a17e44aabf996906425e93 Mon Sep 17 00:00:00 2001 From: tuqiang <437016993@qq.com> Date: Mon, 13 May 2024 19:10:34 +0800 Subject: [PATCH] =?UTF-8?q?rev:=E6=9B=B4=E6=96=B0=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E7=9B=91=E6=8E=A7=E5=88=B7=E6=96=B0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acs2/nladmin-ui/src/views/system/monitor/device/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acs2/nladmin-ui/src/views/system/monitor/device/index.vue b/acs2/nladmin-ui/src/views/system/monitor/device/index.vue index 64e609239..b480afcc2 100644 --- a/acs2/nladmin-ui/src/views/system/monitor/device/index.vue +++ b/acs2/nladmin-ui/src/views/system/monitor/device/index.vue @@ -426,7 +426,7 @@ export default { this.timer = setInterval(() => { // 定时刷新设备的状态信息 console.log('定时器启动') this.initStatus() - }, 200000) + }, 2000) }, editDevice(id) { let item = ''