feat: 添加专辑列表播放

This commit is contained in:
alger
2024-01-01 00:06:52 +08:00
parent 2dbf5dbf03
commit ecd7a56df0
10 changed files with 90 additions and 47 deletions
-1
View File
@@ -123,7 +123,6 @@ const loadSearch = async (keywords: any) => {
songs,
albums
}
console.log('searchDetail',searchDetail.value)
};
loadSearch(route.query.keyword);