diff --git a/src/permission.js b/src/permission.js index 8f7559d..ac364ca 100644 --- a/src/permission.js +++ b/src/permission.js @@ -24,7 +24,7 @@ router.beforeEach((to, from, next) => { next() } else { next(`/login?redirect=${to.fullPath}`) // 否则全部重定向到登录页 - NProgress.done() + // NProgress.done() } } })