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