移除日志输出
parent
7d95eb34c7
commit
4f7e227392
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue