Skip to content

Commit

Permalink
update:上传
Browse files Browse the repository at this point in the history
  • Loading branch information
vastsa committed Mar 1, 2023
1 parent a1210d5 commit 9947a09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ <h1 @click="copyText(file.code,0)" style="margin: 0;display: inline;cursor: poin
}
}
that.loadingText = `已上传${ (success/total_chunks*100).toFixed(2) }%`;
console.log(this.loadingText)
if (flag) {
clearInterval(interval);
this.http('get', `/file/merge/${res.data}/?file_name=${name}&total_chunks=${total_chunks}`).then(text => {
Expand All @@ -537,7 +536,6 @@ <h1 @click="copyText(file.code,0)" style="margin: 0;display: inline;cursor: poin
this.uploadData.text = '';
this.uploadData.file = null;
that.uploading = false;

this.$message({
message: '上传成功',
type: 'success'
Expand Down

0 comments on commit 9947a09

Please sign in to comment.