Browse Source

feat: upload 4GB

allen 11 tháng trước cách đây
mục cha
commit
d2c78f99c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/ImportPicDataset/index.vue

+ 1 - 1
src/components/ImportPicDataset/index.vue

@@ -108,7 +108,7 @@ const parameter = ref<ParameterProps>({
   width: 500,
   top: '20vh',
   multiple: false,
-  fileSize: 5,
+  fileSize: 4096,
   fileType: ['application/vnd.ms-excel', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'],
   ZipFileType: ['application/zip', 'application/x-zip-compressed', 'application/x-rar-compressed']
 })