mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 10:27:30 +08:00
✨ feat: 登录问题修复
This commit is contained in:
@@ -66,7 +66,6 @@ const store = useStore();
|
||||
onMounted(async () => {
|
||||
const res = await getTopMv(30);
|
||||
mvList.value = res.data.data;
|
||||
console.log('mvList.value', mvList.value);
|
||||
});
|
||||
|
||||
const handleShowMv = async (item: IMvItem) => {
|
||||
|
||||
Reference in New Issue
Block a user