diff --git a/src/main/resources/templates/file.html b/src/main/resources/templates/file.html index 35e21c2..9dbb5b1 100644 --- a/src/main/resources/templates/file.html +++ b/src/main/resources/templates/file.html @@ -219,10 +219,11 @@
-
@@ -434,14 +435,6 @@ } } - // 下载文件 - function downloadFile(fileId) { - setTimeout(() => { - showMessage(`下载成功`); - window.open('downloadFile?fileId=' + fileId, '_blank') - }, 800); - } - // 打开创建文件夹弹窗 function openCreateFolderModal() { document.getElementById('createFolderModal').classList.remove('hidden');