文件服务-文件目录/下载功能
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user