first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
"login.username": "用户名",
|
||||
"login.password": "密码",
|
||||
"login.usernamePlaceholder": "admin",
|
||||
"login.passwordPlaceholder": "123456",
|
||||
"login.usernameRequired": "请输入用户名!",
|
||||
"login.passwordRequired": "请输入密码!",
|
||||
"login.remember": "保持登录",
|
||||
"login.forgotPassword": "忘记密码",
|
||||
"login.otherLogin": "其他登录方式",
|
||||
"login.success": "登录成功,即将跳转到首页!",
|
||||
"login.alreadyLoggedIn": "已登录,路由重定向!",
|
||||
};
|
||||
Reference in New Issue
Block a user