This commit is contained in:
2025-05-07 08:50:01 +08:00
parent 5325281fb4
commit f085b3c79b
7 changed files with 269 additions and 143 deletions

View File

@@ -6,10 +6,12 @@ export default {
onLaunch: function () {
},
onShow: function () {
// #ifndef MP-WEIXIN
const UserStore = useUserStore();
if (!UserStore.isLogin) {
toPage('/pages/login/index');
}
// #endif
},
onHide: function () {
},