From 2a08b97f0aad3af5d981a722efb218fb201f821f Mon Sep 17 00:00:00 2001 From: LSH Date: 星期五, 10 十一月 2023 11:23:34 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/plan/plan.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js index eb46181..45b75bd 100644 --- a/src/main/webapp/static/js/plan/plan.js +++ b/src/main/webapp/static/js/plan/plan.js @@ -287,7 +287,6 @@ $("#upload-file-id-" + file.lastModified).html("涓婁紶涓�") putObject(file,(p) => { - // console.log(p) $("#upload-file-id-" + file.lastModified).html("涓婁紶涓細" + (Math.round(p * 100)) + "%") }).then((result) => { var filename = result.name -- Gitblit v1.9.1