perf: 删除无用代码逻辑

This commit is contained in:
renxiaodong
2025-06-23 04:14:42 -04:00
parent 9d7f06ad0b
commit 7b79443980
5 changed files with 34 additions and 79 deletions

View File

@ -24,4 +24,7 @@ export default function setupUserLoginInfoGuard(router: Router) {
next();
});
router.afterEach((to) => {
NProgress.done();
});
}