登录页面

This commit is contained in:
李志鹏
2026-04-22 13:57:28 +08:00
parent fd86f5fa74
commit d65590304f
11 changed files with 318 additions and 237 deletions

View File

@@ -8,9 +8,11 @@ export default {
name: '姓名',
email: '邮箱',
password: '密码',
passwordConfirmation: '密码确认',
enterName: '请输入姓名',
enterEmail: '请输入邮箱',
enterPassword: '请输入密码',
enterPasswordAgain: '请输入密码确认',
forgotPassword: '忘记密码?',
pleaseInputName: '请输入姓名',
nameLengthError: '姓名长度必须在 {min} 到 {max} 个字符之间',