@@ -46,7 +46,7 @@
</button>
</div>
- <!--<fullH5PlayerVideo v-if="fullVideoType" :fullVideoProps="fullVideoProps"></fullH5PlayerVideo>-->
+ <fullH5PlayerVideo v-if="fullVideoType" :fullVideoProps="fullVideoProps"></fullH5PlayerVideo>
</template>
@@ -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;
@@ -50,6 +50,7 @@
width: this.width,
height: this.height,
url: response.data,
+ cameraIndexCode:this.deviceNo
})
this.$forceUpdate();
}