From 19ab4f94a6433150e780555ef0f023a2875f98e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=BA=A2=E5=85=B5?= <374362909@qq.com> Date: Wed, 4 Mar 2026 15:31:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(purchase):=20=E4=B8=8A=E4=BC=A0=E6=9D=90?= =?UTF-8?q?=E6=96=99=E5=A4=A7=E5=B0=8F=E9=99=90=E5=88=B6=E4=BB=8E5MB?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E5=88=B050MB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Upload/Image.vue | 2 +- src/components/Upload/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Upload/Image.vue b/src/components/Upload/Image.vue index 3b32b8a..ec93191 100644 --- a/src/components/Upload/Image.vue +++ b/src/components/Upload/Image.vue @@ -89,7 +89,7 @@ const props = withDefaults(defineProps(), { uploadFileUrl: '/admin/sys-file/upload', drag: true, disabled: false, - fileSize: 5, + fileSize: 50, fileType: () => ['image/jpeg', 'image/png', 'image/gif'], height: '150px', width: '150px', diff --git a/src/components/Upload/index.vue b/src/components/Upload/index.vue index 8b2f3e0..c8a2e04 100644 --- a/src/components/Upload/index.vue +++ b/src/components/Upload/index.vue @@ -192,7 +192,7 @@ const props = defineProps({ // 大小限制(MB) fileSize: { type: Number, - default: 5, + default: 50, }, fileType: { type: Array,