精简模式停止时回到主窗口

This commit is contained in:
buvta
2020-11-20 22:14:30 +08:00
parent 641bdf00d3
commit 87d01da241

View File

@@ -1268,6 +1268,7 @@ export default {
})
this.xg.on('videoStop', () => {
if (this.miniMode) this.exitMiniEvent()
this.videoStop()
})