From fc74bb7e4b0bab30925f3824759b870faa2acfc0 Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Sun, 21 Dec 2025 22:46:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BE=85=E5=8A=9E=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/config/application.yml | 20 +++++++++---------- .../workbench/components/myfiles/index.vue | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index 6b50c745..5d6173d4 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -709,17 +709,15 @@ file: # # 文件上传根路径,设置路径中不允许包含“userfiles”,在指定目录中系统会自动创建userfiles目录,如果不设置默认为contextPath路径 baseDir: /ogsapp/files maxFileSize: '500*1024*1024' - # 是否启用秒传 - checkmd5: true - # 是否开启分片上传 - chunked: true - # 分片大小,单位字节(50M) - chunkSize: '50*1024*1024' - # 最大上传线程数 - threads: 3 - # 是否启用检查点(支持断点续传,上传) - checkpoint: true - isFileStreamDown: true +# # 是否开启分片上传 +# chunked: true +# # 分片大小,单位字节(50M) +# chunkSize: '50*1024*1024' +# # 最大上传线程数 +# threads: 3 +# # 是否启用检查点(支持断点续传,上传) +# checkpoint: true +# isFileStreamDown: true # # # 上传文件的相对路径(支持:yyyy、MM、dd、HH、mm、ss、E、bizType、corpCode、userCode、userType、userCache中的key) diff --git a/web-vue/packages/core/layouts/views/desktop/workbench/components/myfiles/index.vue b/web-vue/packages/core/layouts/views/desktop/workbench/components/myfiles/index.vue index 8bbb1efb..ff56709e 100644 --- a/web-vue/packages/core/layouts/views/desktop/workbench/components/myfiles/index.vue +++ b/web-vue/packages/core/layouts/views/desktop/workbench/components/myfiles/index.vue @@ -1039,7 +1039,7 @@ const handleFolderModalClose = () => { }; async function downloadFiles(myFiles: BizMyfiles) { - message.info("文件已开始下载..."); + message.success("文件下载已开始..."); const { ctxAdminPath } = useGlobSetting(); await downloadByUrl({ url: ctxAdminPath + '/biz/myfiles/downloadFile',