调小播放器重置延时

This commit is contained in:
buvta
2020-12-13 12:50:06 +08:00
parent 9b5b5a1334
commit 325a7f3b0d

View File

@@ -1433,7 +1433,7 @@ export default {
this.xg = new HlsJsPlayer(this.config)
this.playerInstall()
this.bindEvent()
}, 1000)
}, 100)
},
minMaxEvent () {
win.on('minimize', () => {