新增待办信息
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user