@@ -68,6 +68,8 @@ function routerAction(to, from, next) {
return;
}
+ // 在重定向前结束当前的NProgress
+ NProgress.done();
next({
path: targetPath,
query: queryParams,