From 4219eccb9977b6abdb19a22152f08a8b0a663cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Mon, 9 Jun 2025 10:25:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 7be2d03..298ce3a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -50,7 +50,7 @@ export default { mounted() { timeInterval = setInterval(() => { this.selectOffLineDevice() - }) + },1000) console.log('App mounted - 初始化全局WebSocket连接') this.initGlobalWebSocket()