chore: missing i18n key
This commit is contained in:
parent
b0a862a448
commit
e8640a59ae
@ -32,7 +32,7 @@ const coreRoutes: RouteRecordRaw[] = [
|
||||
{
|
||||
component: () => import('#/views/_core/social-callback/index.vue'),
|
||||
meta: {
|
||||
title: $t('page.core.oauthLogin'),
|
||||
title: $t('page.auth.oauthLogin'),
|
||||
},
|
||||
name: 'OAuthRedirect',
|
||||
path: '/social-callback',
|
||||
|
@ -4,7 +4,8 @@
|
||||
"register": "注册",
|
||||
"codeLogin": "验证码登陆",
|
||||
"qrcodeLogin": "二维码登陆",
|
||||
"forgetPassword": "忘记密码"
|
||||
"forgetPassword": "忘记密码",
|
||||
"oauthLogin": "第三方登录"
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "概览",
|
||||
|
Loading…
Reference in New Issue
Block a user