Explorar el Código

Merge branch 'V0.0.2' of http://10.87.10.227:4000/jzyd_yyds/soc_web into V0.0.2

luojun hace 2 años
padre
commit
0e41f4294b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/K-FileUpload/index.vue

+ 1 - 1
src/components/K-FileUpload/index.vue

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