Commit c22e41542b882a16f9cd36fa5450b96fef145394

Authored by fengtao
1 parent ec080c8c

fix:DEFECT-616 修改用户昵称不做限制

1 1 import { FormSchema } from '/@/components/Table';
2   -import { phoneRule, emailRule, chineseAndEnlishRule } from '/@/utils/rules';
  2 +import { phoneRule, emailRule } from '/@/utils/rules';
3 3
4 4 export const formSchema: FormSchema[] = [
5 5 {
... ... @@ -11,7 +11,6 @@ export const formSchema: FormSchema[] = [
11 11 componentProps: {
12 12 placeholder: '请输入用户昵称',
13 13 },
14   - rules: chineseAndEnlishRule,
15 14 },
16 15 {
17 16 field: 'phoneNumber',
... ...