Browse Source

修改版本包上传限制为200MB

xujie 1 năm trước cách đây
mục cha
commit
56aefdfacd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/system/version/index.vue

+ 1 - 1
src/views/system/version/index.vue

@@ -141,7 +141,7 @@
                 :limit="1"
                 :fileType="['apk']"
                 :packageName="packageNameList"
-				:fileSize="50"
+				        :fileSize="200"
                 @input="fileListChanged"
               />
             </el-form-item>