This commit is contained in:
2025-06-26 20:25:32 +08:00
parent e18168ea73
commit cfff1b4062
5 changed files with 45 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ export default {
onShow: function () {
// #ifndef MP-WEIXIN
const UserStore = useUserStore();
if (!UserStore.isLogin && window.location.href.indexOf('/pages/register/index') < 0) {
if (!UserStore.isLogin && window.location.href.indexOf('/pages/register/index') < 0 && window.location.href.indexOf('/pages/fastInput/index') < 0) {
toPage('/pages/login/index');
}
// #endif