Browse Source

Merge branch 'development' of http://8.152.195.41:3000/alien/group_web_merchant into development

zhuli 2 tuần trước cách đây
mục cha
commit
39de25611b

+ 1 - 1
src/views/storeDecoration/storeEntranceMap/index.vue

@@ -21,7 +21,7 @@
               v-model:image-url="formData.entranceImage"
               :width="'400px'"
               :height="'400px'"
-              :file-size="9999"
+              :file-size="20"
               :file-type="['image/jpeg', 'image/png', 'image/gif', 'image/webp']"
               :border-radius="'8px'"
               :api="customUploadApi"

+ 2 - 2
src/views/storeDecoration/storeHeadMap/index.vue

@@ -88,7 +88,7 @@
               v-model:image-url="formData.singleImage"
               :width="'400px'"
               :height="'400px'"
-              :file-size="9999"
+              :file-size="20"
               :file-type="['image/jpeg', 'image/png', 'image/gif', 'image/webp']"
               :border-radius="'8px'"
               :api="singleImageUploadApi"
@@ -107,7 +107,7 @@
               <UploadImgs
                 v-model:file-list="formData.multipleImages"
                 :limit="6"
-                :file-size="9999"
+                :file-size="20"
                 :file-type="['image/jpeg', 'image/png', 'image/gif', 'image/webp']"
                 :width="'200px'"
                 :height="'112px'"