西海岸问题修复
This commit is contained in:
parent
c78b6e8f0f
commit
a692d9fcd9
|
@ -188,6 +188,9 @@
|
||||||
// that.pausePlay(iWndIndex)
|
// that.pausePlay(iWndIndex)
|
||||||
if (!that.unStopable) {
|
if (!that.unStopable) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
that.videoDom = that.$refs.video333.querySelector('video') || {}
|
||||||
|
debugger
|
||||||
|
|
||||||
that.videoDom.pause()
|
that.videoDom.pause()
|
||||||
// that.exportCanvasAsPNG('12preview_playCanvas0', 'test')
|
// that.exportCanvasAsPNG('12preview_playCanvas0', 'test')
|
||||||
}, 0)
|
}, 0)
|
||||||
|
@ -234,7 +237,7 @@
|
||||||
},
|
},
|
||||||
(e) => {
|
(e) => {
|
||||||
console.error(e)
|
console.error(e)
|
||||||
// message.error('错误代码:' + e)
|
message.error('网络繁忙,请稍后再试')
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue