去掉城市云脑会客厅

This commit is contained in:
guoyue 2022-09-21 22:27:49 +08:00
parent 495ed477f8
commit cce7cb3be9
1 changed files with 5 additions and 2 deletions

View File

@ -395,7 +395,7 @@
destroyOnClose @cancel="videoClean">
<template #footer></template>
<div class="batch-video">
<div v-for="item in videoList" :key="item.id" style="width: 100%; height: 100%">
<div v-for="item in videoList" :key="item.id" style="width: 100%; height: 100%;position:relative">
<p></p>
<vue3VideoPlay v-bind="item.options" />
</div>
@ -659,7 +659,7 @@ const selectedRowKeys = ref([])
const tabList = ref([
{
title: '设施类型',
content: isXiHaiAn ? ['视频资源', '城市云脑会客厅'] : ['视频资源', '云资源', '感知资源', '城市云脑会客厅'],
content: isXiHaiAn ? ['视频资源'] : ['视频资源', '云资源', '感知资源', '城市云脑会客厅'],
},
{
title: '视频标签',
@ -1261,6 +1261,8 @@ const getSoldierData = (indexFather, name) => {
return message.error(res.data.msg)
}
let { list = [], total = 0 } = res.data.data;
console.log('total------------>', total);
pagination.value.total = total
if (name == '无人机') {
list.map((wrj) => {
@ -2085,4 +2087,5 @@ const showMsg = () => {
video::-webkit-media-controls {
display: none !important;
}
</style>