This commit is contained in:
anonymous
2025-01-02 11:10:22 +08:00
parent 30369077af
commit ea852b97c1
+2
View File
@@ -12,8 +12,10 @@ onLaunch((options) => {
// }, // },
}) })
} else { } else {
if (userStore.isLogged) {
userStore.loadUserInfo() userStore.loadUserInfo()
} }
}
}) })
onPageNotFound(() => { onPageNotFound(() => {