|
@@ -23,7 +23,6 @@
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="video" v-else-if="detailInfo.type == '1'">
|
|
|
<video
|
|
|
- autoplay="autoplay"
|
|
|
controls="controls"
|
|
|
preload="meta"
|
|
|
x-webkit-airplay="true"
|
|
@@ -32,7 +31,7 @@
|
|
|
x5-video-player-type="h5"
|
|
|
x5-video-player-fullscreen="true"
|
|
|
controlsList="nodownload"
|
|
|
- :src="detailInfo.fileUrl"
|
|
|
+ :src="detailInfo.fileUrl[0].url"
|
|
|
loop="loop"
|
|
|
>
|
|
|
<source src="movie.ogg" type="video/ogg" />
|