Commit c07d4498 authored by 涂伟's avatar 涂伟

fix: '提示修改'

parent 3aa6761f
Pipeline #93189 passed with stages
......@@ -280,7 +280,7 @@ const AddUserModal = props => {
rules={[
{
pattern: /^[a-zA-Z0-9_\u4e00-\u9fa5]{0,}$/,
message: '长度小于16位,支持字母与数字和中文,允许下划线',
message: '长度小于16位,支持字母与数字,允许下划线',
},
{ required: true },
]}
......
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