新增待办信息

This commit is contained in:
2025-12-21 22:46:29 +08:00
parent f4fe5539a1
commit fc74bb7e4b
2 changed files with 10 additions and 12 deletions

View File

@@ -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

View File

@@ -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',