Przeglądaj źródła

feat: upload 4GB

allen 11 miesięcy temu
rodzic
commit
d2c78f99c6
1 zmienionych plików z 1 dodań i 1 usunięć
  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']
 })