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
99f92055681a6ece83c83b46ad5b728a189307ce
Authored by
ww
2022-12-06 15:34:14 +0800
1 parent
8545426f
fix: ota update limit url field length
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/views/operation/ota/config/packageDrawer.config.ts
src/views/operation/ota/config/packageDrawer.config.ts
View file @
99f9205
...
...
@@ -46,6 +46,9 @@ export const formSchema: FormSchema[] = [
46
46
ifShow: ({ model }) => {
47
47
return model[PackageField.URL];
48
48
},
49
+
componentProps: {
50
+
maxLength: 255,
51
+
},
49
52
},
50
53
{
51
54
field: PackageField.CHECK_SUM_ALG,
...
...