hanfucheng 9 months ago
parent
commit
3c1402c0d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data-ui/src/views/components/FileUpload/index.vue

+ 1 - 1
data-ui/src/views/components/FileUpload/index.vue

@@ -58,7 +58,7 @@
             // 大小限制(MB)
             fileSize: {
                 type: Number,
-                default: 50,
+                default: 60,
             },
             // 文件类型, 例如['png', 'jpg', 'jpeg']
             fileType: {