Commit 93399038401aa244cd9321a084f6665df060448e
Merge branch 'fix/DEFECT-1862' into 'main_dev'
fix: 修复视频配置切换流媒体平台未清空流媒体配置 See merge request yunteng/thingskit-front!1173
Showing
1 changed file
with
1 additions
and
5 deletions
| ... | ... | @@ -21,11 +21,6 @@ export enum CameraPermission { |
| 21 | 21 | DELETE = 'api:yt:video:delete', |
| 22 | 22 | } |
| 23 | 23 | |
| 24 | -export enum VideoPlatformEnum { | |
| 25 | - HAIKANG = 0, | |
| 26 | - FLUORITE = 1, | |
| 27 | -} | |
| 28 | - | |
| 29 | 24 | export enum AccessMode { |
| 30 | 25 | ManuallyEnter = 0, |
| 31 | 26 | Streaming = 1, |
| ... | ... | @@ -268,6 +263,7 @@ export const formSchema: QFormSchema[] = [ |
| 268 | 263 | playProtocol: PlayProtocol.HTTP, |
| 269 | 264 | sn: null, |
| 270 | 265 | channelNo: null, |
| 266 | + videoPlatformId: null, | |
| 271 | 267 | }); |
| 272 | 268 | }, |
| 273 | 269 | }; | ... | ... |