30
This commit is contained in:
@@ -384,12 +384,13 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
const handleCamera = async (itemCode,resource) => {
|
const handleCamera = async (itemCode,resource) => {
|
||||||
console.log(resource,'resourceresourceresourceresourceresourceresource')
|
console.log(itemCode,resource,'resourceresourceresourceresourceresourceresource')
|
||||||
show.value = true
|
show.value = true
|
||||||
let res = await getPreviewUrlApi({
|
let res = await getPreviewUrlApi({
|
||||||
type: 'hls',
|
type: 'hls',
|
||||||
cameraIndexCode:itemCode
|
cameraIndexCode:itemCode
|
||||||
})
|
})
|
||||||
|
console.log(res,'rrrrrrrrrrrrrr')
|
||||||
cameraIndexCode.value = itemCode;
|
cameraIndexCode.value = itemCode;
|
||||||
isCollect.value = resource.isCollect
|
isCollect.value = resource.isCollect
|
||||||
isDiy.value = resource.isDiy
|
isDiy.value = resource.isDiy
|
||||||
|
|||||||
@@ -224,6 +224,7 @@ import pubSub from 'pubsub-js'
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-right:vw(10);
|
margin-right:vw(10);
|
||||||
|
cursor:pointer;
|
||||||
> img {
|
> img {
|
||||||
width: vw(74);
|
width: vw(74);
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user