feat: 登录问题修复

This commit is contained in:
alger
2024-05-22 15:14:26 +08:00
parent 32b39c7927
commit 449a6fd335
5 changed files with 15 additions and 12 deletions
-1
View File
@@ -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) => {