@@ -136,7 +136,7 @@ router.beforeEach(async(to, from, next) => {
NProgress.done()
} else {
// // other pages that do not have permission to access are redirected to the login page.
- next(`/login2?redirect=${to.path}`)
+ next(`/login`)
}