From 02366f3a6c6496701b9a756ce3dfbb00faff427f Mon Sep 17 00:00:00 2001 From: huanghao1412 Date: Mon, 29 Apr 2024 11:23:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=86=E9=A2=91=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E9=BB=98=E8=AE=A4=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomComponents/CustomComponents/VideoList/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/packages/components/CustomComponents/CustomComponents/VideoList/index.vue b/src/packages/components/CustomComponents/CustomComponents/VideoList/index.vue index d2d0032f..b50c422c 100644 --- a/src/packages/components/CustomComponents/CustomComponents/VideoList/index.vue +++ b/src/packages/components/CustomComponents/CustomComponents/VideoList/index.vue @@ -84,9 +84,9 @@ const getData = () => { publicInterface('/dcim/runhe_ai/event', 'get_current_page', {}).then(res => { if (res && res.data) { list.value = res.data - if(!showDialog && isPreview()) { - openVideo(res.data[0] || {}) - } + // if(!showDialog && isPreview()) { + // openVideo(res.data[0] || {}) + // } } }) }