Replies: 2 comments
-
Hi @lxhlxh520 ,感谢反馈。看上去这不是一个问题,我将会将此 Issue 转换为 Discussion |
Beta Was this translation helpful? Give feedback.
0 replies
-
调试了几个小时,最终方案确定 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
abc.vue
用v-if是为了手动控制aplayer渲染时机, 防止初始化的时候发送垃圾请求导致报错,我自己是在mounted的时候赋值music对象,实测效果不错.
最重要一点: 服务器响应的header中必须要包括'Accept-Ranges':'bytes', chrome浏览器看不到这个头就会在导致拖动播放进度的时候强制重新播放
Beta Was this translation helpful? Give feedback.
All reactions