Commit 587320db26611b8ef8f67bf4c625e4630caca016

Authored by fengwotao
1 parent 12028af0

fix: 修改枚举为海康

... ... @@ -195,7 +195,7 @@
195 195 isUpdate: true,
196 196 record,
197 197 };
198   - if (record.accessMode === AccessMode.Streaming && type === VideoPlatformEnum.HAIKANG)
  198 + if (record.accessMode === AccessMode.Streaming && type === VideoPlatformEnum.SCI)
199 199 openModal1(true, commonRecord);
200 200 else openModal(true, commonRecord);
201 201 };
... ...