This commit is contained in:
ls
2025-12-15 08:51:20 +08:00
parent 8565db7179
commit 21717f533f
44 changed files with 324 additions and 301 deletions

View File

@@ -17,7 +17,7 @@ router.beforeEach((to, from, next) => {
}
NProgress.start()
if (getToken()) {
////debugger
// //debugger
// 已登录且要跳转的页面是登录页
if (to.path === '/login') {
next({ path: '/' })