修复wy我喜欢使用token的方式导入

This commit is contained in:
lyswhut 2023-04-27 14:03:27 +08:00
parent 265bb4df28
commit 04d496c178
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
### 修复 ### 修复
- 修复wy我喜欢列表使用token的方式导入现在移动端可以使用token的方式导入我喜欢列表的音乐了这意味着从PC端同步过来的歌单也可以在移动端上更新
- 修复在线列表的多选问题 - 修复在线列表的多选问题
- 修复mg搜索不显示时长的问题@Folltoshe - 修复mg搜索不显示时长的问题@Folltoshe
- 修复mg评论加载失败的问题@Folltoshe - 修复mg评论加载失败的问题@Folltoshe

View File

@ -93,6 +93,7 @@ export default {
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36',
Cookie: this.cookie, Cookie: this.cookie,
}, },
credentials: 'omit',
cache: 'default', cache: 'default',
form: linuxapi({ form: linuxapi({
method: 'POST', method: 'POST',