@@ -75,6 +75,8 @@ export default {
}
this.form = res.data
+ // app端标题会省去特殊符号,做处理
+ this.form.title = encodeURIComponent(res.data.title)
// 检测当前是否有正在播放的音频
if (this.inside) {