取消上传限制

This commit is contained in:
曹前明 2022-08-08 10:03:10 +08:00
parent f79b37eae7
commit 708a3e42a5
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ export default {
} }
}, },
apiObjFile: API.common.uploadFile, //附件上传请求API对象 apiObjFile: API.common.uploadFile, //附件上传请求API对象
maxSizeFile: 10 //最大文件大小 默认10MB maxSizeFile: 50 //最大文件大小 默认10MB
} }