修改密码长度提示与提醒一致

pull/283/head
xiaody.cn 2021-04-14 10:55:10 +08:00
parent 5d5dde4a16
commit 04e00e2b39
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@
},
newPassword: {
required: "请输入新密码",
minlength: "密码不能小于5个字符",
minlength: "密码不能小于6个字符",
maxlength: "密码不能大于20个字符"
},
confirmPassword: {