dedsudiyu 6 uur geleden
bovenliggende
commit
cb6802a484

+ 1 - 1
src/components/VideoMonitor/VideoGrid.vue

@@ -46,7 +46,7 @@
         </button>
       </div>
     </div>
-    <!--<fullH5PlayerVideo v-if="fullVideoType" :fullVideoProps="fullVideoProps"></fullH5PlayerVideo>-->
+    <fullH5PlayerVideo v-if="fullVideoType" :fullVideoProps="fullVideoProps"></fullH5PlayerVideo>
   </div>
 </template>
 

+ 1 - 1
src/components/fullH5PlayerVideo/fullH5PlayerVideo.vue

@@ -188,7 +188,7 @@ import { iotCameraGetPreviewURLs } from '@/api/index'
     margin: 0;
     padding: 0;
     display: inline-block;
-    z-index:11;
+    z-index:1000;
     height: 100%;
     width:100%;
     position: fixed;

+ 1 - 0
src/components/videoForMod/videoForMod.vue

@@ -50,6 +50,7 @@
               width: this.width,
               height: this.height,
               url: response.data,
+              cameraIndexCode:this.deviceNo
             })
             this.$forceUpdate();
           }