|
@@ -111,7 +111,7 @@
|
|
|
<!-- 弹出播放窗口 -->
|
|
|
<div class="cm-player" v-if="showVideoDialog" @click="handleClosePlayer">
|
|
|
<span class="cm-player-btn" @click.stop="handlePlayer" v-if="!isPlayer"></span>
|
|
|
- <video controls width="1000" height="560" ref="videoRef">
|
|
|
+ <video controls width="1000" height="560" ref="videoRef" autoplay>
|
|
|
<source :src="currentVideoUrl" type="video/mp4">
|
|
|
您的浏览器不支持Video标签。
|
|
|
</video>
|