1014156094 / vue-audio-player

Compact, simple and practical PC mobile audio player components(小巧简单实用的 PC 移动端的 Vue 音频播放器组件)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

不支持后台播放控制

liujianshe8899 opened this issue · comments

播放音乐时,当我切换到另一个页面,音乐被打断

一个后台管理系统,多页面来回切换的

这个不是组件处理的,我可以告诉你有两种解决方法

第一种:
使用 <iframe/> 加载页面主体内容,播放器在 <iframe/> 外面,参考网易云 https://music.163.com

第二种:
页面切换前存储当前播放时间,页面切换后加载之前存储的播放时间