修改视频播放状态

This commit is contained in:
zhangsir
2024-06-03 19:06:58 +08:00
parent 078d64f45d
commit 5fed77d662

View File

@@ -591,6 +591,7 @@ export default {
src: function () {
// 当视频地址变更时,重载视频
this.videoDom.load();
this.isPlaying = false
},
},
};