From 58417c8de3cce002d75402ac805363de1d9b17a9 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 25 二月 2021 18:10:58 +0800 Subject: [PATCH] 视频链接修改 --- src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue index bdf1c20..1811f09 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue @@ -57,7 +57,7 @@ <!-- {{curVideo.ID}} --> <!-- <img :src="curVideo.VideoCover" style="width:100px" /> --> <ali-player - :source="'http://' + curVideo.VideoPath" + :source="curVideo.VideoPath" :markers="curVideo.marks" :ref="`player_${curVideo.ID}`" /> @@ -82,7 +82,7 @@ style="width:100px" />--> <ali-player - :source="'http://' + videoArrs[index].VideoPath" + :source="videoArrs[index].VideoPath" :markers="videoArrs[index].marks" :ref="`player_${videoArrs[index].ID}`" /> -- Gitblit v1.8.0