Commit d255b9ece8326d74ddaccbc8983378c258f1ad68

Authored by ww
1 parent 5c85498b

perf: 设备管理创建mqtt设备时,客户端id字段改为非必填

... ... @@ -436,7 +436,6 @@ export const step2Schemas: FormSchema[] = [
436 436 label: '客户端ID',
437 437 component: 'Input',
438 438 field: 'clientId',
439   - required: true,
440 439 ifShow: false,
441 440 slot: 'clientId',
442 441 componentProps: {
... ...