Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc
This commit is contained in:
commit
909c2a1e99
|
@ -113,8 +113,8 @@ watch(
|
|||
cameraShow.value = newVal;
|
||||
hlsUriSslNow.value = props.hlsUriSsl;
|
||||
data.title = props.sxtname;
|
||||
console.log(hlsUriSslNow.value,props.sxtname,5555);
|
||||
|
||||
console.log(hlsUriSslNow.value, props.sxtname, 5555);
|
||||
|
||||
attachmentLink.value = hlsUriSslNow.value;
|
||||
dp.value = null;
|
||||
//当摄像头第二次打开时,要先创建dom
|
||||
|
@ -123,7 +123,9 @@ watch(
|
|||
insertVideo();
|
||||
}
|
||||
nextTick(() => {
|
||||
loadVideo();
|
||||
setTimeout(() => {
|
||||
loadVideo();
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2129,7 +2129,7 @@ const createZyys = (polygon, indexx, name) => {
|
|||
sxtShow.deviceCode = polygon.sbbm;
|
||||
sxtShow.name = polygon.sbmc;
|
||||
getCameraUrl();
|
||||
console.log(polygon);
|
||||
// console.log(polygon);
|
||||
});
|
||||
};
|
||||
//获取摄像头地址
|
||||
|
|
Loading…
Reference in New Issue