Commit e3b7d0a400696395378b24cfc93380b480e2cd14

Authored by fengtao
1 parent 5b62c67d

fix:修改数据流转里的mqtt clientid限制8位随机生成

@@ -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 },