Commit a9b021b398b69b0f8b143b43d0ed7edf7bbb9e29

Authored by ww
1 parent e7cb1866

fix: 修复视频配置切换流媒体平台未晴空流媒体配置

... ... @@ -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 };
... ...