From 1b8112880d26c2640c1af3e790873e09b4e6f7db Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Sun, 8 Mar 2026 18:36:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E5=88=B0=E9=A6=96=E9=A1=B5=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 08862e4..95019bb 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -187,11 +187,11 @@ export default { }, onShow() { console.info("首页在线状态注册回调") - mqttUtil.setOnMessageCallback(this.ackMessage); - }, - onLoad() { this.$modal.loading("数据加载中,请耐心等待...") this.refresh(); + }, + onLoad() { + }, onHide() { console.info("首页在线状态注销回调")