From bacbb84d5435a2849f359cdcd088096267823bee Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Mon, 25 May 2026 16:39:24 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=BC=95=E5=85=A5hls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc-auto-import.json | 4 ---- src/views/equipmentList/list.vue | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index d979925..2ca3adf 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -5,10 +5,6 @@ "ComputedRef": true, "DirectiveBinding": true, "EffectScope": true, - "ElLoading": true, - "ElMessage": true, - "ElMessageBox": true, - "ElNotification": true, "ExtractDefaultPropTypes": true, "ExtractPropTypes": true, "ExtractPublicPropTypes": true, diff --git a/src/views/equipmentList/list.vue b/src/views/equipmentList/list.vue index cf9d933..e05e2cd 100644 --- a/src/views/equipmentList/list.vue +++ b/src/views/equipmentList/list.vue @@ -327,6 +327,7 @@ const handleSee = async (row?: any) => { dialog1.visible = true; dialog1.title = '修改设备'; }; + const handleMonitorDialogClose = (done: () => void) => { monitorVideoRef.value?.pause(); monitorVideoRef.value && (monitorVideoRef.value.currentTime = 0);