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