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
f6188abb4fc08858b318ffa04f73b024670ad09c
Authored by
fengtao
2024-10-16 17:29:46 +0800
1 parent
0c5f3f4a
fix: 视频配置新增时,选择流媒体获取,此时播放协议为http,编辑时选择萤石云编辑,然后再编辑显示为图二了,导致点击预览提示服务器错误
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/camera/manage/config.data.ts
src/views/camera/manage/config.data.ts
View file @
f6188ab
...
...
@@ -446,6 +446,7 @@ export const formSchema: QFormSchema[] = [
446
446
ifShow({ values }) {
447
447
return values.accessMode === AccessMode.Streaming;
448
448
},
449
+
required: true,
449
450
slot: 'videoPlatformIdSlot',
450
451
componentProps: {},
451
452
},
...
...