From f45cc4da6181f3045fd4a55b98a4565a50f73a67 Mon Sep 17 00:00:00 2001 From: easy <1358086367@qq.com> Date: Fri, 17 Mar 2023 11:51:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug#10532=E3=80=8110531=E3=80=8110530?= =?UTF-8?q?=E3=80=8110527?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ViewDialog.vue | 2 - src/views/system/Basis/index.vue | 47 +++++++++---------- src/views/system/Role/index.vue | 33 ++++++------- 3 files changed, 35 insertions(+), 47 deletions(-) diff --git a/src/views/account/NotificationRecord/components/ViewDialog.vue b/src/views/account/NotificationRecord/components/ViewDialog.vue index bfc12862..953fe14e 100644 --- a/src/views/account/NotificationRecord/components/ViewDialog.vue +++ b/src/views/account/NotificationRecord/components/ViewDialog.vue @@ -91,8 +91,6 @@ const getLevelLabel = (id: number) => { .label { background-color: #fafafa; } - .value { - } } } diff --git a/src/views/system/Basis/index.vue b/src/views/system/Basis/index.vue index 825cc761..1d234219 100644 --- a/src/views/system/Basis/index.vue +++ b/src/views/system/Basis/index.vue @@ -3,7 +3,7 @@
@@ -73,9 +73,7 @@ @change=" uploader.handleChangeLogo " - :accept=" - uploader.imageTypes.toString() - " + :accept="uploader.imageTypes" > -
支持jpg,png
+
+ 支持jpg,png,jfif,pjp,pjpeg,jpeg +
@@ -163,9 +163,7 @@ @change=" uploader.changeIconUpload " - :accept=" - uploader.imageTypes.toString() - " + :accept="uploader.iconTypes" >