feat:mobile view update

This commit is contained in:
jiangrui
2025-03-04 18:19:28 +08:00
parent b755b6b186
commit 301ed5648e
10 changed files with 219 additions and 165 deletions

View File

@@ -55,7 +55,6 @@ const dataList = computed(() => {
const channel = store.resources.filter((item) => {
return item.id === currentChannelId.value;
});
console.log(currentChannelId.value, channel, store.resources);
return channel.length ? channel[0].list : [];
});