Browse Source

fix bug

tags/v1.22.4.2^2
lewis 3 years ago
parent
commit
099223ab9a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      web_src/js/components/MinioUploader.vue

+ 3
- 0
web_src/js/components/MinioUploader.vue View File

@@ -193,6 +193,9 @@ export default {
const time = new Date().getTime();
this.status = this.dropzoneParams.data('md5-computing');
file.totalChunkCounts = chunks;
if (file.size==0) {
file.totalChunkCounts = 1
}
loadMd5Next();

fileReader.onload = (e) => {


Loading…
Cancel
Save