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
a9b021b398b69b0f8b143b43d0ed7edf7bbb9e29
Authored by
ww
2024-01-10 10:46:15 +0800
1 parent
e7cb1866
fix: 修复视频配置切换流媒体平台未晴空流媒体配置
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 @
a9b021b
...
...
@@ -268,6 +268,7 @@ export const formSchema: QFormSchema[] = [
268
268
playProtocol: PlayProtocol.HTTP,
269
269
sn: null,
270
270
channelNo: null,
271
+
videoPlatformId: null,
271
272
});
272
273
},
273
274
};
...
...