Commit 71b026d5 by wusiyi

feat: 修改账号名称正则

parent 6c6c8b3c
......@@ -448,8 +448,8 @@ export default {
accountNumber: [
{ required: true, message: '请输入账号', trigger: 'change' },
{
pattern: /^[a-zA-Z0-9]+$/,
message: '请输入正确的账号',
pattern: /^[^\u4e00-\u9fa5]+$/,
message: '账号不能包含中文字符',
trigger: 'change'
}
],
......
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