This commit is contained in:
杨鹏
2025-09-28 17:36:37 +08:00
parent aed85c92df
commit c4d508bb4f
6 changed files with 39 additions and 19 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ const _go = (
// 页面登录拦截
if (nextRoute.meta?.auth && !$store('user').isLogin) {
// showAuthModal();
sheep.$router.go('/pages/login/index', {}, { redirect: true });
uni.redirectTo({ url: "/pages/login/index" });
return;
}