|
@@ -18,8 +18,9 @@
|
|
|
<div v-if="!lookImgType" class="planAlarm-big-box">
|
|
|
<div class="planAlarm-left-box">
|
|
|
<div class="video-box video-box-scrollbar">
|
|
|
- <H5PlayerVideo style="margin:0 0 10px 0;"
|
|
|
- v-for="(item,index) in videoList" :key="index" :videoProps="item"></H5PlayerVideo>
|
|
|
+ <mpegts-video style="display: inline-block" :videoProps="item" v-for="(item,index) in videoList" :key="index"></mpegts-video>
|
|
|
+ <!--<H5PlayerVideo style="margin:0 0 10px 0;"-->
|
|
|
+ <!--v-for="(item,index) in videoList" :key="index" :videoProps="item"></H5PlayerVideo>-->
|
|
|
<p class="null-video-p" v-if="!videoList[0]">实验室未配置摄像头</p>
|
|
|
</div>
|
|
|
<div class="bugle-box">
|
|
@@ -135,7 +136,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <fullH5PlayerVideo v-if="fullVideoType" :fullVideoProps="fullVideoProps"></fullH5PlayerVideo>
|
|
|
+ <!--<fullH5PlayerVideo v-if="fullVideoType" :fullVideoProps="fullVideoProps"></fullH5PlayerVideo>-->
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -149,9 +150,9 @@
|
|
|
laboratoryPlanCloseRiskPlan,
|
|
|
iotCameraFindByCondition,
|
|
|
} from "@/api/index";
|
|
|
- import mpegtsVideo from '@/components/mpegtsVideo/mpegtsVideo.vue'
|
|
|
import H5PlayerVideo from '@/components/H5PlayerVideo/H5PlayerVideo.vue';
|
|
|
import fullH5PlayerVideo from '@/components/fullH5PlayerVideo/fullH5PlayerVideo.vue'
|
|
|
+ import mpegtsVideo from '@/components/mpegtsVideo/mpegtsVideo.vue'
|
|
|
|
|
|
export default {
|
|
|
name: 'planAlarm',
|