From 7e89712bd9ded75e3d5b6c04fdfef1c311fcde49 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 13 May 2022 17:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=8D=8E=E7=9B=91=E6=8E=A7=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/dvui/components/AiMonitor/dhVideo.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 +