fix:修复bug

This commit is contained in:
2026-02-02 14:08:17 +08:00
parent 6a1dff4b94
commit 9f66ee9658
33 changed files with 9381 additions and 153 deletions
+4 -1
View File
@@ -122,8 +122,11 @@
url: `/pages/device/detail?deviceNo=${option.deviceNo}`
});
} else {
// uni.switchTab({
// url:'/pages/index/index'
// })
// 如果连deviceNo都没有,则返回首页
uni.switchTab({ url: '/pages/index/index' });
uni.reLaunch({ url: '/pages/index/index' });
}
}, 2000);
} finally {