Commit 2af1562a6f0dca78cc2496e3b6ee0e46179955ed
1 parent
3661daea
perf: 设备列表管理设备凭证MQTT 配置客户端id修改为非必填项
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -637,7 +637,6 @@ export const TokenSchemas: FormSchema[] = [ | @@ -637,7 +637,6 @@ export const TokenSchemas: FormSchema[] = [ | ||
637 | label: '客户端ID', | 637 | label: '客户端ID', |
638 | component: 'Input', | 638 | component: 'Input', |
639 | field: 'clientId', | 639 | field: 'clientId', |
640 | - required: true, | ||
641 | ifShow: false, | 640 | ifShow: false, |
642 | slot: 'clientId', | 641 | slot: 'clientId', |
643 | componentProps: { | 642 | componentProps: { |