移除日志输出

pull/590/head
lyswhut 2021-08-01 20:12:38 +08:00
parent 7d95eb34c7
commit 4f7e227392
1 changed files with 9 additions and 9 deletions

View File

@ -165,15 +165,15 @@ const getters = {
} }
} }
if (listPlayIndex > -1) prevPlayIndex = listPlayIndex if (listPlayIndex > -1) prevPlayIndex = listPlayIndex
console.log({ // console.log({
listId, // listId,
playIndex, // playIndex,
playListId, // playListId,
listPlayIndex, // listPlayIndex,
isPlayList, // isPlayList,
isTempPlay, // isTempPlay,
// musicInfo: state.playMusicInfo.musicInfo, // // musicInfo: state.playMusicInfo.musicInfo,
}) // })
return { return {
listId, listId,
playIndex, playIndex,