From b4a603cbecc548fb3c7c2ebd03b993a64635fb21 Mon Sep 17 00:00:00 2001 From: zjl Date: Mon, 23 Dec 2024 10:12:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=A4=9A=E5=9B=BE=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=9C=80=E5=A4=A7=E5=85=81=E8=AE=B8=E5=BC=A0=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/content/article/edit.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/content/article/edit.vue b/src/views/content/article/edit.vue index 9d6b543..6057801 100644 --- a/src/views/content/article/edit.vue +++ b/src/views/content/article/edit.vue @@ -78,8 +78,9 @@ @upload="fileUploads" file-type=".jpeg,.png,.jpg,.gif" name="article" - :fileSize="200" + :fileSize="20" :multiple="true" + :limit="5" :fileLists="formData.imagesList" />