This commit is contained in:
duanliang
2025-04-02 19:47:19 +08:00
parent 3b3d243d27
commit e4f3e67f4b
2 changed files with 10 additions and 3 deletions

View File

@@ -119,9 +119,10 @@
props.isCollect = 1
} else {
props.isCollect = 0
modelValue.value = false
}
pubSub.publish('videoCollect', props.cameraIndexCode)
modelValue.value = false
}
const handleAction = async (e) => {
if (e == STOP) {