视频弹窗无法播放视频

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">
<i class="fi fi-rr-cross-small"></i>
</div>
<video ref="video" controls>
<source :src="url" type="video/webm">
Your browser does not support the video tag or the file format of this video.
<video ref="video" controls :src="url">
<!-- <source :src="url" type="video/webm">
Your browser does not support the video tag or the file format of this video. -->
</video>
</div>
</div>