|
|
@ -107,6 +107,7 @@ export const formSchema: FormSchema[] = [
|
|
|
|
label: '邮箱账号',
|
|
|
|
label: '邮箱账号',
|
|
|
|
component: 'Input',
|
|
|
|
component: 'Input',
|
|
|
|
colProps: { span: 12 },
|
|
|
|
colProps: { span: 12 },
|
|
|
|
|
|
|
|
rules: [{ type: 'email', message: '请填写正确的邮箱地址' }],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'showName',
|
|
|
|
field: 'showName',
|
|
|
@ -117,7 +118,7 @@ export const formSchema: FormSchema[] = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'password',
|
|
|
|
field: 'password',
|
|
|
|
label: '密码',
|
|
|
|
label: '密码',
|
|
|
|
component: 'Input',
|
|
|
|
component: 'InputPassword',
|
|
|
|
colProps: { span: 12 },
|
|
|
|
colProps: { span: 12 },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|