Commit 18c614c09d1374f867a23110dc9d3457f8d2cc12

Authored by xp.Huang
2 parents d3da0422 d255b9ec

Merge branch 'perf/device-manage-create-mqtt-device' into 'main_dev'

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

See merge request yunteng/thingskit-front!618
@@ -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: {