From 9ae387d340ce4b0bce3888b3f1686c292a270420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Thu, 10 Jul 2025 09:46:45 +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 3c8549a..15ece4f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -369,7 +369,7 @@ export default { selectOffLineDevice() { Object.keys(this.isOnline).forEach(key => { // console.log(key, new Date().getTime() - this.isOnline[key]) - if (new Date().getTime() - this.isOnline[key] > (1000 * 30)) { + if (new Date().getTime() - this.isOnline[key] > (1000 * 60 * 60)) { console.log('error', key) this.$confirm(`设备${key}已离线`, '设备离线', { cancelButtonText: '关闭',