Commit d255b9ece8326d74ddaccbc8983378c258f1ad68

Authored by ww
1 parent 5c85498b

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

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