Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -466,7 +466,7 @@ export const modeMqttForm: FormSchema[] = [ | @@ -466,7 +466,7 @@ export const modeMqttForm: FormSchema[] = [ | ||
| 466 | field: 'password', | 466 | field: 'password', |
| 467 | label: 'Password', | 467 | label: 'Password', |
| 468 | colProps: { span: 12 }, | 468 | colProps: { span: 12 }, |
| 469 | - component: 'Input', | 469 | + component: 'InputPassword', |
| 470 | componentProps: { | 470 | componentProps: { |
| 471 | maxLength: 255, | 471 | maxLength: 255, |
| 472 | placeholder: '请输入Password', | 472 | placeholder: '请输入Password', |