Showing
1 changed file
with
4 additions
and
4 deletions
| ... | ... | @@ -284,8 +284,11 @@ export const serverSchemas: FormSchema[] = [ |
| 284 | 284 | { |
| 285 | 285 | field: 'securityMode', |
| 286 | 286 | component: 'Select', |
| 287 | - label: '安全配置模式', | |
| 287 | + label: '安全配置', | |
| 288 | 288 | defaultValue: 'NO_SEC', |
| 289 | + helpMessage: [ | |
| 290 | + 'X.509 Certificate模式和Raw Public Key模式和Pre-Shared Key模式下,port端口必须是5686', | |
| 291 | + ], | |
| 289 | 292 | componentProps: { |
| 290 | 293 | options: [ |
| 291 | 294 | { |
| ... | ... | @@ -334,9 +337,6 @@ export const serverSchemas: FormSchema[] = [ |
| 334 | 337 | required: true, |
| 335 | 338 | defaultValue: 5685, |
| 336 | 339 | colProps: { span: 8 }, |
| 337 | - componentProps: { | |
| 338 | - disabled: true, | |
| 339 | - }, | |
| 340 | 340 | }, |
| 341 | 341 | { |
| 342 | 342 | field: 'clientHoldOffTime', | ... | ... |