修复无法从歌单界面打开网易歌单详情的问题

pull/623/head
lyswhut 2021-08-23 11:23:42 +08:00
parent 0c76612a4c
commit bc7b35f816
1 changed files with 1 additions and 1 deletions

View File

@ -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}`