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" >