From 039cd9a635a45a8ed75053e4d1764287400c0aea Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Thu, 20 Nov 2025 15:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE=E5=90=8C?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/file.html | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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');