xiebaomin hace 1 año
padre
commit
a0a0320375
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/templates/product/detail.html

+ 1 - 1
src/main/resources/templates/product/detail.html

@@ -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>