dev-QQq
qinzhenpen 2 years ago
parent cf8bbb3869
commit b2fddf9039

@ -24,7 +24,7 @@ router.beforeEach((to, from, next) => {
next() next()
} else { } else {
next(`/login?redirect=${to.fullPath}`) // 否则全部重定向到登录页 next(`/login?redirect=${to.fullPath}`) // 否则全部重定向到登录页
NProgress.done() // NProgress.done()
} }
} }
}) })

Loading…
Cancel
Save