2
0

fix:重置密码界面接通

This commit is contained in:
zhongzm
2025-01-16 19:48:12 +08:00
parent adc5ca37b1
commit 4162ec4c54
5 changed files with 41 additions and 11 deletions

View File

@@ -207,7 +207,8 @@ const local:any = {
registerSuccess:'注册成功',
welcomeBack: '欢迎回来,{username} ',
checkCode: '请输入验证码',
emailPlaceholder:'请输入邮箱'
emailPlaceholder:'请输入邮箱',
getCodeFailed: '获取验证码失败,请重试'
},
pwdLogin: {
title: '密码登录',
@@ -218,7 +219,8 @@ const local:any = {
otherLoginMode: '其他登录方式',
superAdmin: '超级管理员',
admin: '管理员',
user: '普通用户'
user: '普通用户',
loginFailed: '登录失败,请检查用户名和密码'
},
codeLogin: {
title: '验证码登录',
@@ -279,7 +281,9 @@ const local:any = {
passwordSameAsOld: '新密码不能与原密码相同',
passwordLength: '密码长度不能小于6位',
byPassword: '通过原密码重置',
byEmail: '通过邮箱验证码重置'
byEmail: '通过邮箱验证码重置',
resetSuccess: '密码重置成功',
resetFailed: '密码重置失败,请重试'
},
bindWeChat: {
title: '绑定微信'