From db7fa6a91b9534ac90e219b6f554c54c43c83a5a Mon Sep 17 00:00:00 2001
From: liujie <liujie>
Date: 星期三, 16 八月 2023 09:28:15 +0800
Subject: [PATCH] update

---
 management/guns-admin/src/main/webapp/static/js/common/web-upload-file.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/management/guns-admin/src/main/webapp/static/js/common/web-upload-file.js b/management/guns-admin/src/main/webapp/static/js/common/web-upload-file.js
index 2b714a5..4b4b761 100644
--- a/management/guns-admin/src/main/webapp/static/js/common/web-upload-file.js
+++ b/management/guns-admin/src/main/webapp/static/js/common/web-upload-file.js
@@ -3,6 +3,7 @@
  */
 // 开始上传文件
 function UploadFileFn() {
+    console.log(111)
     $("#progressBarFile").html("0%").css("width", "0%");
     var upFile = $("#upFile").get(0).files[0]; //input file标签
     var formData = new FormData(); //创建FormData对象

--
Gitblit v1.7.1