Browse Source

fix: SSL required

main
xingyu 2 years ago
parent
commit
4c59df63a6
  1. 2
      src/views/system/mail/account/account.data.ts

2
src/views/system/mail/account/account.data.ts

@ -100,6 +100,8 @@ export const formSchema: FormSchema[] = [
{ {
label: '是否开启 SSL', label: '是否开启 SSL',
field: 'sslEnable', field: 'sslEnable',
required: true,
defaultValue: false,
component: 'Switch', component: 'Switch',
componentProps: { componentProps: {
options: getDictOptions(DICT_TYPE.INFRA_BOOLEAN_STRING, 'boolean') options: getDictOptions(DICT_TYPE.INFRA_BOOLEAN_STRING, 'boolean')