From ffb9c0d487e21bdc49e6a2025cab65f87174a470 Mon Sep 17 00:00:00 2001 From: lxf <995410843@qq.com> Date: Wed, 24 May 2023 03:08:07 +0000 Subject: [PATCH] update docs/further/mustLearn/upload.md. Signed-off-by: lxf <995410843@qq.com> --- docs/further/mustLearn/upload.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/further/mustLearn/upload.md b/docs/further/mustLearn/upload.md index cc045cd..c6613b9 100644 --- a/docs/further/mustLearn/upload.md +++ b/docs/further/mustLearn/upload.md @@ -15,6 +15,13 @@ export default { } } ``` +文件大小配置在 src/components/ma-upload/indexi.vue里面. +搜索size,修改参数. + +``` +size: { type: Number, default: 4 * 1024 * 1024 } +``` + ## 后端配置 -- Gitee