From 4f7e227392294b7fae9561582dc6472df2ede524 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 1 Aug 2021 20:12:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A5=E5=BF=97=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/store/modules/player.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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,