diff --git a/project/dvui/components/AiMonitor/dhVideo.vue b/project/dvui/components/AiMonitor/dhVideo.vue index fe29f567..2e3aa6ed 100644 --- a/project/dvui/components/AiMonitor/dhVideo.vue +++ b/project/dvui/components/AiMonitor/dhVideo.vue @@ -16,7 +16,7 @@ data () { return { - id: `video-${new Date().getTime()}` + id: `video-${Math.ceil(Math.random() * 10000)}` } }, @@ -31,7 +31,6 @@ }) } }, - immediate: true, deep: true } }, @@ -50,7 +49,7 @@ \ No newline at end of file +