From dc02829e2a5bde8bb3e9f91fd038317d73b80dc6 Mon Sep 17 00:00:00 2001 From: zjl Date: Mon, 23 Dec 2024 12:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=85=81=E8=AE=B8=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E4=B8=8A=E4=BC=A0=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/content/article/edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/content/article/edit.vue b/src/views/content/article/edit.vue index 703b9df..9e6c9b5 100644 --- a/src/views/content/article/edit.vue +++ b/src/views/content/article/edit.vue @@ -54,7 +54,6 @@ :fileType="['image/jpeg', 'image/png', 'image/jpg', 'image/gif']" name="article" :fileSize="20" - :limit="5" v-model:image-url="formData.cover" > @@ -71,6 +70,7 @@ name="article" :fileSize="200" :multiple="true" + :limit="5" :fileList="formData.imagesList" />