From bcac46fb4386080909c3103e4f4402b08c319b60 Mon Sep 17 00:00:00 2001 From: Wangxin Date: Sat, 8 Nov 2025 16:12:40 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E3=80=91=20=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ALOps_sys_fe/alops-ui/src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ALOps_sys_fe/alops-ui/src/views/index.vue b/ALOps_sys_fe/alops-ui/src/views/index.vue index ce9628df..07ff5052 100644 --- a/ALOps_sys_fe/alops-ui/src/views/index.vue +++ b/ALOps_sys_fe/alops-ui/src/views/index.vue @@ -375,7 +375,7 @@ export default { // 定期更新设备状态数据(每分钟更新一次) setInterval(() => { this.refreshDeviceStatus(); - }, 600000); + }, 60000); }, beforeDestroy() { // 移除事件监听