This commit is contained in:
duanliang
2025-04-15 17:48:25 +08:00
parent 44e612361c
commit d7eeea3efe
6 changed files with 47 additions and 13 deletions

View File

@@ -12,7 +12,7 @@
>
<HlsPlayer :url="item.hlsUrl" />
<div class="item-unfollow" @click.stop="handleUnfollow(item.cameraIndexCode, index)">取消关注</div>
<!-- <div>
<!-- <div>
<p class="item-title--primary">
{{ item.cameraName || item.cameraIndexCode }}
</p>
@@ -23,6 +23,7 @@
muted
autoplay
:controls="false"
:src="item.hlsUrl"
controlsList="nodownload"
>
<source src="" type="application/x-mpegURL" />
@@ -83,7 +84,7 @@ let isCollect = ref(0)
postVideoRemainApi({
cameraIndexCode: list.value.map((item) => item.cameraIndexCode)
})
}, 5000)
}, 4000)
}
const getPreviewUrl = async (code) => {
@@ -100,7 +101,6 @@ let isCollect = ref(0)
pageSize: 5
})
list.value = res.data
console.log(list.value,'ddsdsdsfdd')
if(list.value.length){
postVideoRemain()
}else{