mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-11 23:58:46 +08:00
feat:mobile view update
This commit is contained in:
@@ -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 : [];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user