移除日志

This commit is contained in:
lyswhut 2022-11-12 14:50:34 +08:00
parent 9956297ecf
commit 896de96f45

View File

@ -313,7 +313,7 @@ export default {
if (infoData.code != 200) return null if (infoData.code != 200) return null
console.log(infoData) // console.log(infoData)
return { return {
name: infoData.data.userInfo.nickname + '喜欢的音乐', name: infoData.data.userInfo.nickname + '喜欢的音乐',
img: infoData.data.userInfo.headImg, img: infoData.data.userInfo.headImg,
@ -366,7 +366,7 @@ export default {
author: '', author: '',
play_count: '', play_count: '',
} }
console.log(listData) // console.log(listData)
return listData return listData
}, },