Skip to content

Commit 9947a09

Browse files
committed
update:上传
1 parent a1210d5 commit 9947a09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ <h1 @click="copyText(file.code,0)" style="margin: 0;display: inline;cursor: poin
515515
}
516516
}
517517
that.loadingText = `已上传${ (success/total_chunks*100).toFixed(2) }%`;
518-
console.log(this.loadingText)
519518
if (flag) {
520519
clearInterval(interval);
521520
this.http('get', `/file/merge/${res.data}/?file_name=${name}&total_chunks=${total_chunks}`).then(text => {
@@ -537,7 +536,6 @@ <h1 @click="copyText(file.code,0)" style="margin: 0;display: inline;cursor: poin
537536
this.uploadData.text = '';
538537
this.uploadData.file = null;
539538
that.uploading = false;
540-
541539
this.$message({
542540
message: '上传成功',
543541
type: 'success'

0 commit comments

Comments
 (0)