From 6357f89bf38b83b779e233249c2b0e480b78e164 Mon Sep 17 00:00:00 2001 From: luo <2855143437@qq.com> Date: 星期六, 23 九月 2023 17:24:16 +0800 Subject: [PATCH] 学员 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit_first.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit_first.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit_first.html index 41683c9..5fdb7da 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit_first.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit_first.html @@ -214,7 +214,7 @@ "uploadType": "fileReceptor", "imageClassName": "r w-full", "receiver": { - "url": "/mgr/uploadImg", + "url": "/mgr/uploadImgAmis", "method": "post" }, "accept": ".jpeg, .jpg, .png, .gif", @@ -234,7 +234,7 @@ "uploadType": "fileReceptor", "imageClassName": "r w-full", "receiver": { - "url": "/mgr/uploadImg", + "url": "/mgr/uploadImgAmis", "method": "post" }, "accept": ".jpeg, .jpg, .png, .gif", @@ -254,7 +254,7 @@ "uploadType": "fileReceptor", "imageClassName": "r w-full", "receiver": { - "url": "/mgr/uploadImg", + "url": "/mgr/uploadImgAmis", "method": "post" }, "accept": ".jpeg, .jpg, .png, .gif", -- Gitblit v1.7.1