Commit a6a4d37781003d565dcdb1c180feae4a3a831262

Authored by fengtao
1 parent 20bfc66f

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

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