From dc5b922edf94bdd8fd96ad21d1528a663cb3f5ae Mon Sep 17 00:00:00 2001 From: zch Date: Fri, 15 Nov 2024 16:27:23 +0800 Subject: [PATCH] =?UTF-8?q?add(VideoPlayer):=20=E6=B7=BB=E5=8A=A0=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E4=B8=8B=E8=BD=BD=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 DPlayer 组件中添加自定义右键菜单选项 - 实现红外线和可见光视频的下载功能 - 使用 FileSaver.js 库进行文件下载 --- .../recordInspectionCabinet/VideoPlayer.vue | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/record/recordInspectionCabinet/VideoPlayer.vue b/ruoyi-ui/src/views/record/recordInspectionCabinet/VideoPlayer.vue index 1e447e4..930f2ba 100644 --- a/ruoyi-ui/src/views/record/recordInspectionCabinet/VideoPlayer.vue +++ b/ruoyi-ui/src/views/record/recordInspectionCabinet/VideoPlayer.vue @@ -8,6 +8,7 @@