From 01a1e895f14803eb9819b4fac6dda9bae07e7a57 Mon Sep 17 00:00:00 2001 From: lan Date: Wed, 1 Mar 2023 18:30:24 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 787175e..3d1d874 100644 --- a/templates/index.html +++ b/templates/index.html @@ -515,7 +515,6 @@ } } 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 => { @@ -537,7 +536,6 @@ this.uploadData.text = ''; this.uploadData.file = null; that.uploading = false; - this.$message({ message: '上传成功', type: 'success'