feat: 新增登录验证码

Former-commit-id: 9a297d1986ed6ea92b39abc0538cfe29be0636a1
This commit is contained in:
haoxr
2023-03-24 22:40:29 +08:00
parent 66499d06e9
commit e41715d426
6 changed files with 114 additions and 54 deletions

View File

@@ -10,10 +10,7 @@ export default {
username: 'Username',
password: 'Password',
login: 'Login',
code: 'Verification Code',
copyright: '',
icp: '',
thirdPartyLogin: 'third-party login'
verifyCode: 'Verify Code',
},
// 导航栏国际化
navbar: {

View File

@@ -10,10 +10,7 @@ export default {
username: '用户名',
password: '密码',
login: '登 录',
code: '请输入验证码',
copyright: '',
icp: '',
thirdPartyLogin: '第三方登录'
verifyCode: '验证码'
},
navbar: {
dashboard: '首页',