diff --git a/src/renderer/store/modules/player.js b/src/renderer/store/modules/player.js index f96bafeb..4f6c5ef7 100644 --- a/src/renderer/store/modules/player.js +++ b/src/renderer/store/modules/player.js @@ -165,15 +165,15 @@ const getters = { } } if (listPlayIndex > -1) prevPlayIndex = listPlayIndex - console.log({ - listId, - playIndex, - playListId, - listPlayIndex, - isPlayList, - isTempPlay, - // musicInfo: state.playMusicInfo.musicInfo, - }) + // console.log({ + // listId, + // playIndex, + // playListId, + // listPlayIndex, + // isPlayList, + // isTempPlay, + // // musicInfo: state.playMusicInfo.musicInfo, + // }) return { listId, playIndex,