Showing
1 changed file
with
1 additions
and
1 deletions
@@ -342,7 +342,7 @@ export const modeMqttForm: FormSchema[] = [ | @@ -342,7 +342,7 @@ export const modeMqttForm: FormSchema[] = [ | ||
342 | }); | 342 | }); |
343 | } | 343 | } |
344 | }, | 344 | }, |
345 | - maxLength: 255, | 345 | + maxLength: 8, |
346 | placeholder: '请输入Client ID', | 346 | placeholder: '请输入Client ID', |
347 | }; | 347 | }; |
348 | }, | 348 | }, |