文件服务-文件目录/下载功能

This commit is contained in:
zhujiyan
2024-08-30 16:34:06 +08:00
parent 2c59406871
commit 64d82adb57
5 changed files with 365 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ const updateViewportHeight = async () => {
// height.value = window.innerHeight;
height.value = window.innerHeight < 1080 ? 180 : 400
tableStore.table.publicHeight = height.value
await tableStore.index()
// await tableStore.index()
}
onMounted(() => {