From e384daf472d32fcdc19f361625f51c0606e857cb Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 3 Mar 2025 10:50:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screen/components/video/DroneInspection.vue | 7 ++++++- src/views/screen/components/video/TerminalInspection.vue | 7 ++++++- vue.config.js | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/views/screen/components/video/DroneInspection.vue b/src/views/screen/components/video/DroneInspection.vue index be357fd..7ff7478 100644 --- a/src/views/screen/components/video/DroneInspection.vue +++ b/src/views/screen/components/video/DroneInspection.vue @@ -20,6 +20,7 @@ :get-image-src="getImageSrc(listType)" :list-type="listType" v-on:playVideo="playVideo" + @updataDeviceList="updataDeviceList" /> @@ -32,7 +33,7 @@