🌈 style: 去除无用代码

This commit is contained in:
alger
2024-01-02 09:22:31 +08:00
parent ecd7a56df0
commit adb539fbde
4 changed files with 1 additions and 5 deletions
-1
View File
@@ -44,7 +44,6 @@ onMounted(() => {
})
const handlePlay = (item: any) => {
const musicIndex = (recommendMusic.value?.result.findIndex((music: any) => music.id == item.id) || 0) + 1
store.commit('setPlayList', recommendMusic.value?.result)
}
</script>