去掉城市云脑会客厅
This commit is contained in:
parent
495ed477f8
commit
cce7cb3be9
|
@ -395,7 +395,7 @@
|
||||||
destroyOnClose @cancel="videoClean">
|
destroyOnClose @cancel="videoClean">
|
||||||
<template #footer></template>
|
<template #footer></template>
|
||||||
<div class="batch-video">
|
<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>
|
<p></p>
|
||||||
<vue3VideoPlay v-bind="item.options" />
|
<vue3VideoPlay v-bind="item.options" />
|
||||||
</div>
|
</div>
|
||||||
|
@ -659,7 +659,7 @@ const selectedRowKeys = ref([])
|
||||||
const tabList = ref([
|
const tabList = ref([
|
||||||
{
|
{
|
||||||
title: '设施类型',
|
title: '设施类型',
|
||||||
content: isXiHaiAn ? ['视频资源', '城市云脑会客厅'] : ['视频资源', '云资源', '感知资源', '城市云脑会客厅'],
|
content: isXiHaiAn ? ['视频资源'] : ['视频资源', '云资源', '感知资源', '城市云脑会客厅'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '视频标签',
|
title: '视频标签',
|
||||||
|
@ -1261,6 +1261,8 @@ const getSoldierData = (indexFather, name) => {
|
||||||
return message.error(res.data.msg)
|
return message.error(res.data.msg)
|
||||||
}
|
}
|
||||||
let { list = [], total = 0 } = res.data.data;
|
let { list = [], total = 0 } = res.data.data;
|
||||||
|
console.log('total------------>', total);
|
||||||
|
|
||||||
pagination.value.total = total
|
pagination.value.total = total
|
||||||
if (name == '无人机') {
|
if (name == '无人机') {
|
||||||
list.map((wrj) => {
|
list.map((wrj) => {
|
||||||
|
@ -2085,4 +2087,5 @@ const showMsg = () => {
|
||||||
video::-webkit-media-controls {
|
video::-webkit-media-controls {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue