From ddc716eabd782942f72911eb44b0367091c61c0f Mon Sep 17 00:00:00 2001 From: Wangxin Date: Thu, 6 Nov 2025 21:58:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E3=80=91=20=E7=AB=99=E5=86=85?= =?UTF-8?q?=E4=BF=A1=E5=BC=B9=E7=AA=97=E6=94=B9=E4=B8=80=E5=88=86=E9=92=9F?= 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 07ff5052..ce9628df 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(); - }, 60000); + }, 600000); }, beforeDestroy() { // 移除事件监听