diff --git a/src/router/index.js b/src/router/index.js index 496b9504..c84f6cd0 100755 --- a/src/router/index.js +++ b/src/router/index.js @@ -44,6 +44,8 @@ router.beforeEach((to, from, next) => { redirect: to.fullPath } }) + // https://github.com/d2-projects/d2-admin/issues/138 + NProgress.done() } } else { // 不需要身份校验 直接通过