@@ -52,8 +52,9 @@ export default {
mounted() {
// 禁止下载
this.$refs.videoPlayer.controlsList = 'nodownload'
-
- this.initVideo()
+ setTimeout(() => {
+ this.initVideo()
+ })
},
beforeDestroy() {
if (this.player) {