From 77fd6eed27892969925c8d6f168fa6942649e58d Mon Sep 17 00:00:00 2001 From: zch Date: Fri, 15 Nov 2024 10:09:42 +0800 Subject: [PATCH] =?UTF-8?q?change(ruoyi-ui):=20=E8=B0=83=E6=95=B4=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E6=92=AD=E6=94=BE=E5=99=A8=E7=BB=84=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更改了 VideoPlayer 组件的导入 - 注释掉了 OldVideoPlayer 组件的导入路径 --- ruoyi-ui/src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index e8a3912..16f8565 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -6,8 +6,8 @@ Vue.use(Router) /* Layout */ import Layout from '@/layout' +/*import VideoPlayer from "@/views/record/recordInspectionCabinet/OldVideoPlayer.vue";*/ import VideoPlayer from "@/views/record/recordInspectionCabinet/VideoPlayer.vue"; -import OldVideoPlayer from "@/views/record/recordInspectionCabinet/OldVideoPlayer.vue"; /** * Note: 路由配置项 *