视频弹窗无法播放视频

This commit is contained in:
X1627315083
2025-09-17 12:28:50 +08:00
parent d90a61795c
commit cb4511ede1

View File

@@ -4,9 +4,9 @@
<div class="general_video_btn" @click="clearVideo"> <div class="general_video_btn" @click="clearVideo">
<i class="fi fi-rr-cross-small"></i> <i class="fi fi-rr-cross-small"></i>
</div> </div>
<video ref="video" controls> <video ref="video" controls :src="url">
<source :src="url" type="video/webm"> <!-- <source :src="url" type="video/webm">
Your browser does not support the video tag or the file format of this video. Your browser does not support the video tag or the file format of this video. -->
</video> </video>
</div> </div>
</div> </div>