From 05f26bd31837c3a757e388a4a9b7896ff0645ac9 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期三, 07 六月 2023 12:03:09 +0800 Subject: [PATCH] 代理商修改 --- 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