This commit is contained in:
duanliang
2025-04-22 23:19:40 +08:00
parent 3bff33bf03
commit c4210fed48
5 changed files with 23 additions and 9 deletions

View File

@@ -500,7 +500,6 @@
console.log(regionList.value, ' regionList.value')
}
const onMonitorChange = () => {
monitorChange = pubSub.subscribe('monitorChange', (res, data) => {
cameraName.value = ''
current.value = 0
@@ -509,8 +508,12 @@
videoList.value = []
regionList.value = []
total.value = 0
getVideoType()
getVideoRegions()
setTimeout(()=>{
getVideoType()
getVideoRegions()
},1500)
})
}
onMounted(() => {