回到首页更新状态

feasure
lld 2026-03-08 18:36:30 +08:00
parent 55c4f454cf
commit 1b8112880d
1 changed files with 3 additions and 3 deletions

View File

@ -187,11 +187,11 @@ export default {
}, },
onShow() { onShow() {
console.info("首页在线状态注册回调") console.info("首页在线状态注册回调")
mqttUtil.setOnMessageCallback(this.ackMessage);
},
onLoad() {
this.$modal.loading("数据加载中,请耐心等待...") this.$modal.loading("数据加载中,请耐心等待...")
this.refresh(); this.refresh();
},
onLoad() {
}, },
onHide() { onHide() {
console.info("首页在线状态注销回调") console.info("首页在线状态注销回调")