[docs]登陆改登录,傻傻分不清

This commit is contained in:
tomsun28
2022-02-28 09:15:18 +08:00
parent e9c3094ec6
commit 17ef5e7dee
18 changed files with 119 additions and 94 deletions

View File

@@ -18,7 +18,7 @@ export class DetectAuthGuard implements CanActivate {
let activate = this.localStorageSvc.hasAuthorizationToken();
if (!activate) {
setTimeout(() => {
this.notifySvc.warning('请先登!', '');
this.notifySvc.warning('请先登!', '');
this.router.navigateByUrl('/passport/login');
});
}