Commit 46b8d7af authored by 侯絮's avatar 侯絮

fix(audit): 校验规则修改

parent 00c8a0f2
...@@ -137,7 +137,7 @@ const AuditModal = props => { ...@@ -137,7 +137,7 @@ const AuditModal = props => {
{ {
required: true, required: true,
message: '请填写正确退货地址!', message: '请填写正确退货地址!',
pattern: /^[A-Za-z0-9\u4e00-\u9fa5]+$/, pattern: /^([\u4E00-\uFA29]|[\uE7C7-\uE7F3]|[a-zA-Z0-9_!@#¥%……&*()——+【】《》、;‘,。!@#$%^&*()_+{}|:“”<>?’~·])+$/gi,
}, },
], ],
})(<Input placeholder="最多输入50个字符" maxLength="50" allowClear />)} })(<Input placeholder="最多输入50个字符" maxLength="50" allowClear />)}
......
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