2
0

fix:注册界面及相关功能

This commit is contained in:
zhongzm
2024-11-29 09:04:06 +08:00
parent a3a6aeb40e
commit 650a180778
10 changed files with 222 additions and 33 deletions

View File

@@ -178,6 +178,7 @@ const local:any = {
back: '返回',
validateSuccess: '验证成功',
loginSuccess: '登录成功',
registerSuccess:'注册成功',
welcomeBack: '欢迎回来,{username} ',
checkCode: '请输入验证码',
emailPlaceholder:'请输入邮箱'
@@ -224,6 +225,9 @@ const local:any = {
address: '地址',
next: '下一步',
prev: '上一步',
birthDate: '出生日期',
birthDatePlaceholder: '请选择出生日期',
birthDateRequired: '请选择出生日期',
},
resetPwd: {
title: '重置密码'