From 5f804115139dfdeeb2ce950a0f584b30f94b285c Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期六, 23 九月 2023 17:57:27 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/PlayPai --- 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