chore: missing i18n key

This commit is contained in:
dap 2024-10-20 12:46:15 +08:00
parent b0a862a448
commit e8640a59ae
2 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,7 @@ const coreRoutes: RouteRecordRaw[] = [
{ {
component: () => import('#/views/_core/social-callback/index.vue'), component: () => import('#/views/_core/social-callback/index.vue'),
meta: { meta: {
title: $t('page.core.oauthLogin'), title: $t('page.auth.oauthLogin'),
}, },
name: 'OAuthRedirect', name: 'OAuthRedirect',
path: '/social-callback', path: '/social-callback',

View File

@ -4,7 +4,8 @@
"register": "注册", "register": "注册",
"codeLogin": "验证码登陆", "codeLogin": "验证码登陆",
"qrcodeLogin": "二维码登陆", "qrcodeLogin": "二维码登陆",
"forgetPassword": "忘记密码" "forgetPassword": "忘记密码",
"oauthLogin": "第三方登录"
}, },
"dashboard": { "dashboard": {
"title": "概览", "title": "概览",