heyujie
2021-02-25 58417c8de3cce002d75402ac805363de1d9b17a9
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}`"
                  />