为什么会报这样一个错误
2020-07-13 本文已影响0人
南漂一枚
The play() request was interrupted by a call to pause()

因为进入另外一个组件,开启了play,原来的没有停止,销毁。
跨域在路由离开的钩子李销毁掉。
The play() request was interrupted by a call to pause()
因为进入另外一个组件,开启了play,原来的没有停止,销毁。
跨域在路由离开的钩子李销毁掉。