问题关键

This commit is contained in:
2025-12-12 17:01:24 +08:00
parent 538dde55f7
commit a0c87f6335

View File

@@ -49,7 +49,7 @@ router.beforeEach((to, from, next) => {
// 在免登录白名单,直接进入
next()
} else {
next(`/login?redirect=${to.fullPath}`) // 否则全部重定向到登录页
next(`/login?redirect=${to.fullPath}`) // 否则全部重定向到登录页 解决问题
NProgress.done()
}
}