Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
2af1562a6f0dca78cc2496e3b6ee0e46179955ed
Authored by
ww
2023-03-08 10:00:24 +0800
1 parent
3661daea
perf: 设备列表管理设备凭证MQTT 配置客户端id修改为非必填项
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/device/list/config/data.ts
src/views/device/list/config/data.ts
View file @
2af1562
...
...
@@ -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: {
...
...