perf: 修改路由守卫

This commit is contained in:
rd
2025-07-09 11:58:30 +08:00
parent fb259e5596
commit 4aa84346c0
2 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,8 @@ export default function setupUserLoginInfoGuard(router: Router) {
next('/');
return;
}
next();
return;
}
next();