新增待办信息
This commit is contained in:
@@ -709,17 +709,15 @@ file:
|
|||||||
# # 文件上传根路径,设置路径中不允许包含“userfiles”,在指定目录中系统会自动创建userfiles目录,如果不设置默认为contextPath路径
|
# # 文件上传根路径,设置路径中不允许包含“userfiles”,在指定目录中系统会自动创建userfiles目录,如果不设置默认为contextPath路径
|
||||||
baseDir: /ogsapp/files
|
baseDir: /ogsapp/files
|
||||||
maxFileSize: '500*1024*1024'
|
maxFileSize: '500*1024*1024'
|
||||||
# 是否启用秒传
|
# # 是否开启分片上传
|
||||||
checkmd5: true
|
# chunked: true
|
||||||
# 是否开启分片上传
|
# # 分片大小,单位字节(50M)
|
||||||
chunked: true
|
# chunkSize: '50*1024*1024'
|
||||||
# 分片大小,单位字节(50M)
|
# # 最大上传线程数
|
||||||
chunkSize: '50*1024*1024'
|
# threads: 3
|
||||||
# 最大上传线程数
|
# # 是否启用检查点(支持断点续传,上传)
|
||||||
threads: 3
|
# checkpoint: true
|
||||||
# 是否启用检查点(支持断点续传,上传)
|
# isFileStreamDown: true
|
||||||
checkpoint: true
|
|
||||||
isFileStreamDown: true
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# # 上传文件的相对路径(支持:yyyy、MM、dd、HH、mm、ss、E、bizType、corpCode、userCode、userType、userCache中的key)
|
# # 上传文件的相对路径(支持:yyyy、MM、dd、HH、mm、ss、E、bizType、corpCode、userCode、userType、userCache中的key)
|
||||||
|
|||||||
@@ -1039,7 +1039,7 @@ const handleFolderModalClose = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
async function downloadFiles(myFiles: BizMyfiles) {
|
async function downloadFiles(myFiles: BizMyfiles) {
|
||||||
message.info("文件已开始下载...");
|
message.success("文件下载已开始...");
|
||||||
const { ctxAdminPath } = useGlobSetting();
|
const { ctxAdminPath } = useGlobSetting();
|
||||||
await downloadByUrl({
|
await downloadByUrl({
|
||||||
url: ctxAdminPath + '/biz/myfiles/downloadFile',
|
url: ctxAdminPath + '/biz/myfiles/downloadFile',
|
||||||
|
|||||||
Reference in New Issue
Block a user