Browse Source

园子沟视频墙类型添加

lxh 1 week ago
parent
commit
2f002066c9
1 changed files with 2 additions and 2 deletions
  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 {