perf: 修改路由守卫
This commit is contained in:
@ -32,6 +32,8 @@ export default function setupUserLoginInfoGuard(router: Router) {
|
||||
next('/');
|
||||
return;
|
||||
}
|
||||
next();
|
||||
return;
|
||||
}
|
||||
|
||||
next();
|
||||
|
||||
Reference in New Issue
Block a user