From 13c64d416f6b2d1f5470b5e4fe6cd85fba59054b Mon Sep 17 00:00:00 2001 From: laptop_zup Date: Sat, 7 Dec 2024 15:14:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=B8=8A=E4=BC=A0=E5=A4=B4?= =?UTF-8?q?=E5=83=8F=E7=9A=84=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/system/user/userInfo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/system/user/userInfo.html b/src/main/resources/templates/system/user/userInfo.html index ca96f3c..f704637 100644 --- a/src/main/resources/templates/system/user/userInfo.html +++ b/src/main/resources/templates/system/user/userInfo.html @@ -155,7 +155,7 @@ //上传头像 upload.render({ elem: '.userFaceBtn', - url: '/file/uploadFile', + url: '/file/uploadImage', acceptMime:'image/*', field:'mf', method : "post",