wip: coding

This commit is contained in:
kailong321200875
2022-06-22 23:03:21 +08:00
parent 17fdd87d8d
commit cf738b8701
6 changed files with 160 additions and 10 deletions

View File

@@ -86,12 +86,15 @@ export default {
message: '开箱即用的中后台管理系统',
username: '用户名',
password: '密码',
register: '注册',
checkPassword: '确认密码',
login: '登录',
otherLogin: '其他登录方式',
remember: '记住我',
hasUser: '已有账号?去登录',
forgetPassword: '忘记密码',
usernamePlaceholder: '用户名为 admin 或者 test ',
passwordPlaceholder: '密码为 admin 或者 test '
usernamePlaceholder: '请输入用户名',
passwordPlaceholder: '请输入密码'
},
router: {
login: '登录',