guhongwei 4 năm trước cách đây
mục cha
commit
8dbba8d825
2 tập tin đã thay đổi với 1 bổ sung13 xóa
  1. 1 1
      src/components/uploaddock.vue
  2. 0 12
      src/views/market/index.vue

+ 1 - 1
src/components/uploaddock.vue

@@ -86,7 +86,7 @@ export default {
       this.$emit('upload', { type: this.type, data: { ...response, name: file.name } });
     },
     beforeUpload(file) {
-      const sizeLimit = file.size / 1024 / 1024 < 10;
+      const sizeLimit = file.size / 1024 / 1024 < 100;
       if (sizeLimit) return true;
       else {
         this.$message.error('文件超出10M!');

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 12
src/views/market/index.vue