From 708a3e42a5dfab9c721c5a866db8d26b26cfb3b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Mon, 8 Aug 2022 10:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E4=B8=8A=E4=BC=A0=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/upload.js b/src/config/upload.js index afc80e82..98a9b432 100644 --- a/src/config/upload.js +++ b/src/config/upload.js @@ -16,5 +16,5 @@ export default { } }, apiObjFile: API.common.uploadFile, //附件上传请求API对象 - maxSizeFile: 10 //最大文件大小 默认10MB + maxSizeFile: 50 //最大文件大小 默认10MB }