Commit 2af1562a6f0dca78cc2496e3b6ee0e46179955ed

Authored by ww
1 parent 3661daea

perf: 设备列表管理设备凭证MQTT 配置客户端id修改为非必填项

... ... @@ -637,7 +637,6 @@ export const TokenSchemas: FormSchema[] = [
637 637 label: '客户端ID',
638 638 component: 'Input',
639 639 field: 'clientId',
640   - required: true,
641 640 ifShow: false,
642 641 slot: 'clientId',
643 642 componentProps: {
... ...