解决恢复窗口视频不恢复播放的问题

This commit is contained in:
haiyangcui
2020-11-14 20:07:46 +01:00
parent bb1e31a270
commit 82df96e4d0

View File

@@ -1201,7 +1201,7 @@ export default {
}
})
win.on('restore', () => {
if (this.xg && this.config.src) {
if (this.xg && this.xg.hasStart) {
this.xg.play()
}
})