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
e3b7d0a400696395378b24cfc93380b480e2cd14
Authored by
fengtao
2022-07-19 17:50:56 +0800
1 parent
5b62c67d
fix:修改数据流转里的mqtt clientid限制8位随机生成
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/rule/dataFlow/cpns/config.ts
src/views/rule/dataFlow/cpns/config.ts
View file @
e3b7d0a
...
...
@@ -342,7 +342,7 @@ export const modeMqttForm: FormSchema[] = [
342
342
});
343
343
}
344
344
},
345
-
maxLength:
255
,
345
+
maxLength:
8
,
346
346
placeholder: '请输入Client ID',
347
347
};
348
348
},
...
...