This commit is contained in:
duanxiaohai 2024-08-24 20:14:33 +08:00
commit 909c2a1e99
2 changed files with 6 additions and 4 deletions

View File

@ -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);
});
}
}

View File

@ -2129,7 +2129,7 @@ const createZyys = (polygon, indexx, name) => {
sxtShow.deviceCode = polygon.sbbm;
sxtShow.name = polygon.sbmc;
getCameraUrl();
console.log(polygon);
// console.log(polygon);
});
};
//