|
@@ -96,7 +96,7 @@ export default {
|
|
|
|
|
|
getFileMD5(this.form.file, async (md5) => {
|
|
|
this.record('文件MD5:' + md5)
|
|
|
- const start = await this.$api.startChunks({md5: md5, fileName: this.form.file.name})
|
|
|
+ const start = await this.$api.startChunks({md5: md5, fileName: this.form.file.name,sourceId:this.$constants.sourceId})
|
|
|
if(!start.data){
|
|
|
return
|
|
|
}
|