This commit is contained in:
duanliang
2025-04-30 17:03:41 +08:00
parent b269202cb7
commit 6e07ee9542
2 changed files with 3 additions and 1 deletions

View File

@@ -384,12 +384,13 @@
}
const handleCamera = async (itemCode,resource) => {
console.log(resource,'resourceresourceresourceresourceresourceresource')
console.log(itemCode,resource,'resourceresourceresourceresourceresourceresource')
show.value = true
let res = await getPreviewUrlApi({
type: 'hls',
cameraIndexCode:itemCode
})
console.log(res,'rrrrrrrrrrrrrr')
cameraIndexCode.value = itemCode;
isCollect.value = resource.isCollect
isDiy.value = resource.isDiy

View File

@@ -224,6 +224,7 @@ import pubSub from 'pubsub-js'
display: flex;
align-items: center;
margin-right:vw(10);
cursor:pointer;
> img {
width: vw(74);
height: auto;