[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');
});
}

View File

@@ -93,7 +93,7 @@
"app.register-result.msg": "你的账户:{{email}} 注册成功",
"app.register-result.activation-email":
"额外赠送监控额度邮件已发送到你的邮箱中。请及时登录邮箱,点击邮件中的链接领取。",
"app.register-result.login": "开始登",
"app.register-result.login": "开始登",
"app.register-result.back-home": "返回首页",
"app.register-result.view-mailbox": "查看邮箱",
"validation.email.required": "请输入邮箱地址!",