pull xiesi

This commit is contained in:
caishi 2023-04-13 16:18:56 +08:00
commit 3b7065655b
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ function Register(props){
message: "用户名只能使用英文字母和数字"
},
{
pattern: /^\s*$/,
pattern: /^[^\s]*$/,
message: "用户名不能包含空格"
},
{