瀏覽代碼

园子沟视频墙类型添加

lxh 2 周之前
父節點
當前提交
2f002066c9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/vent/monitorManager/camera/index.vue

+ 2 - 2
src/views/vent/monitorManager/camera/index.vue

@@ -196,7 +196,7 @@
       for (let i = 0; i < cameras.length; i++) {
         const item = cameras[i];
 
-        if (item['devicekind'] === 'toHKRtsp' || item['devicekind'] === 'toHKHLs' || item['devicekind'] === 'HLL') {
+        if (item['devicekind'] === 'toHKRtsp' || item['devicekind'] === 'toHKHLs' || item['devicekind'] === 'HLL' || item['devicekind'] === 'YZG_URL') {
           // 从海康平台接口获取视频流
           const videoType = item['devicekind'] === 'toHKRtsp' ? 'rtsp' : '';
           try {
@@ -232,7 +232,7 @@
       for (let i = 0; i < cameras.length; i++) {
         const item = cameras[i];
 
-        if (item['devicekind'] === 'toHKRtsp' || item['devicekind'] === 'toHKHLs' || item['devicekind'] === 'HLL') {
+        if (item['devicekind'] === 'toHKRtsp' || item['devicekind'] === 'toHKHLs' || item['devicekind'] === 'HLL'|| item['devicekind'] === 'YZG_URL') {
           // 从海康平台接口获取视频流
           const videoType = item['devicekind'] === 'toHKRtsp' ? 'rtsp' : '';
           try {