Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
450 views
in Technique[技术] by (71.8m points)

Vue里面无法播放本地音乐,H5页面可以正常播放,什么情况?

测试了一下H5页面播放mp3格式的音乐。在手机上可以正常播放。

然后在Vue里面却不行,也试了好多种方法都播放不了

<audio controls="controls">
    <source? type="audio/ogg">
    <source src="../../static/music.mp3" type="audio/mpeg">
</audio>
<audio controls ref="audio" src="../../static/music.mp3">
您的浏览器不支持 audio 元素。
</audio>

以上两种都试过了,播放不了。我检查过,路径是正确的。电脑浏览器上可以正常播放,手机上就播放不了。--是中文名的音乐播放不了。

求大神指教


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

../../static/music.mp3 这个路径在vue编译之后 就可能是 ./assets/images/music.mp3
这个路径和命名取决于你的loader怎么配置的


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

62 comments

56.6k users

...