Commit 587320db26611b8ef8f67bf4c625e4630caca016

Authored by fengwotao
1 parent 12028af0

fix: 修改枚举为海康

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