feat: 集成第三方授权准备

Former-commit-id: 6049f5ff03e959d3458a18c7b596a30bd2a1fa6d
This commit is contained in:
郝先瑞
2022-09-01 07:58:37 +08:00
parent ce95a1340c
commit d2249b0ce2
5 changed files with 8 additions and 4 deletions

View File

@@ -12,7 +12,8 @@ export default {
login: 'Login',
code: 'Verification Code',
copyright: '',
icp: ''
icp: '',
thirdPartyLogin: 'third-party login'
},
// 导航栏国际化
navbar: {

View File

@@ -12,7 +12,8 @@ export default {
login: '登 录',
code: '请输入验证码',
copyright: '',
icp: ''
icp: '',
thirdPartyLogin: '第三方登录'
},
navbar: {
dashboard: '首页',