This commit is contained in:
Iruka 2024-12-19 16:04:13 +08:00
parent deb41b7e27
commit dabed1ac8b

View File

@ -361,10 +361,14 @@
uni.switchTab({
url: '/pages/index',
success: () => {
console.error("链接MQtt");
// MQTTH5
// #ifdef APP-PLUS
// getApp().mqttLink(userId);
getApp().mqttLink(userId);
// #endif
//
getApp().ijs.initData(userId, (land, wo) => {
getApp().getWoList(land, wo);
});
},
fail: () => {},
complete: () => {}