Skip to content

Commit 1d851a4

Browse files
author
zhangheng
committed
优化端点记录
1 parent a3318db commit 1d851a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ export class UploadManager {
188188
removeLocalFileInfo(this.file);
189189
return;
190190
}
191-
setLocalFileInfo(this.file, this.ctxList);
192191
}
193192
);
194193
return result;
@@ -238,6 +237,7 @@ export class UploadManager {
238237
size: chunk.size,
239238
md5: md5
240239
};
240+
setLocalFileInfo(this.file, this.ctxList);
241241
});
242242
});
243243
}

0 commit comments

Comments
 (0)