Commit 91ae5a71 authored by 张子雨's avatar 张子雨

feat: 修改提示语

parent 980438d3
......@@ -97,7 +97,7 @@ const Password = props => {
{ min: 13, message: '密码最少13位' },
{ max: 18, message: '密码最多18位' },
{
message: '至少13位最多18位且必须包含大小写字母、数字和特殊字符',
message: '至少13位且必须包含大小写字母、数字和特殊字符',
pattern: /(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[^a-zA-Z0-9]).{13,18}/,
},
({ getFieldValue }) => ({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment