注释掉log

This commit is contained in:
彭狸花喵 2023-02-26 13:18:07 +08:00 committed by GitHub
parent 97204ceea8
commit 4db98613c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@ export default {
}, },
body: { appid: 1001, clientver: 10053, mid: '7684a923fe6483296256d7e67545538b', clienttime: 730666688, key: '4eb7f9587236f6fe15cd6fc4d5064ded', data: id }, body: { appid: 1001, clientver: 10053, mid: '7684a923fe6483296256d7e67545538b', clienttime: 730666688, key: '4eb7f9587236f6fe15cd6fc4d5064ded', data: id },
}) })
console.log(songInfo) //console.log(songInfo)
let songList let songList
let info = songInfo.info let info = songInfo.info
if (info.userid != null) { if (info.userid != null) {
@ -234,10 +234,10 @@ export default {
}, },
body: { appid: 1001, clientver: 10053, mid: '7684a923fe6483296256d7e67545538b', clienttime: 730666688, key: '4eb7f9587236f6fe15cd6fc4d5064ded', data: { id: info.id, type: 3, userid: info.userid, collect_type: info.collect_type, page: 1, pagesize: info.count } }, body: { appid: 1001, clientver: 10053, mid: '7684a923fe6483296256d7e67545538b', clienttime: 730666688, key: '4eb7f9587236f6fe15cd6fc4d5064ded', data: { id: info.id, type: 3, userid: info.userid, collect_type: info.collect_type, page: 1, pagesize: info.count } },
}) })
console.log(songList) //console.log(songList)
} }
let result = await Promise.all(this.createTask((songList || songInfo.list).map(item => ({ hash: item.hash })))).then(([...datas]) => datas.flat()) let result = await Promise.all(this.createTask((songList || songInfo.list).map(item => ({ hash: item.hash })))).then(([...datas]) => datas.flat())
console.log(result) //console.log(result)
return { return {
list: this.filterData2(result) || [], list: this.filterData2(result) || [],
page: 1, page: 1,