Commit a6a4d37781003d565dcdb1c180feae4a3a831262

Authored by fengtao
1 parent 20bfc66f

fix:DEFECT-607 修改个人资料名称限制

@@ -9,7 +9,6 @@ export const formSchema: FormSchema[] = [ @@ -9,7 +9,6 @@ export const formSchema: FormSchema[] = [
9 required: true, 9 required: true,
10 component: 'Input', 10 component: 'Input',
11 componentProps: { 11 componentProps: {
12 - maxLength: 10,  
13 placeholder: '请输入用户昵称', 12 placeholder: '请输入用户昵称',
14 }, 13 },
15 rules: chineseAndEnlishRule, 14 rules: chineseAndEnlishRule,