mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/lyswhut/lx-music-desktop.git
synced 2026-09-20 08:04:00 +08:00
修复无法从歌单界面打开网易歌单详情的问题
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
if (this._requestObj_listDetail) this._requestObj_listDetail.cancelHttp()
|
||||
if (tryNum > 2) return Promise.reject(new Error('try max num'))
|
||||
|
||||
if (id.includes('###')) {
|
||||
if (/###/.test(id)) {
|
||||
const [url, token] = id.split('###')
|
||||
id = url
|
||||
this.cookie = `MUSIC_U=${token}`
|
||||
|
||||
Reference in New Issue
Block a user