DESKTOP-SVI9JE1\muzen il y a 1 an
Parent
commit
b4fb3e6aa9
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/pages/content/index.vue

+ 2 - 0
src/pages/content/index.vue

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