This commit is contained in:
2026-05-31 12:09:14 +08:00
commit e4f9eedb80
1121 changed files with 209380 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/* 登录界面 */
export default {
title: '用户登录',
username: '请输入登录账号',
password: '请输入登录密码',
code: '请输入验证码',
remember: '记住密码',
forget: '忘记密码',
login: '登录',
loading: '登录中',
oldPassword: '旧密码',
newPassword: '新密码',
confirm: '确认密码'
};