初始化

This commit is contained in:
落日晚风
2023-10-30 18:20:12 +08:00
parent d32a47b027
commit 150e56fce3
6 changed files with 233 additions and 29 deletions
+4 -4
View File
@@ -58,10 +58,10 @@ const _go = (
}
// 页面登录拦截
if (nextRoute.meta?.auth && !$store('user').isLogin) {
showAuthModal();
return;
}
// if (nextRoute.meta?.auth && !$store('user').isLogin) {
// showAuthModal();
// return;
// }
url = page;
if (!isEmpty(query)) {