From df4c32cf8120816790ea89157094849003876827 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期五, 13 十月 2023 14:59:51 +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/tStudent_commite.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudent_commite.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudent_commite.html index fd80cff..34c027f 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudent_commite.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudent_commite.html @@ -104,7 +104,7 @@ "uploadType": "fileReceptor", "imageClassName": "r w-full", "receiver": { - "url": "object-upload://default", + "url": "/mgr/uploadImgAmis", "method": "post" }, "id": "u:5a904d4cfcf4", @@ -224,7 +224,7 @@ "type": "form", "api": { "method": "post", - "url": "/tStudent/addcom", + "url": `/tStudent/addcom/+${id}`, "messages": {}, "dataType": "form-data" }, @@ -245,7 +245,7 @@ "uploadType": "fileReceptor", "imageClassName": "r w-full", "receiver": { - "url": "/api/upload/oss", + "url": "/mgr/uploadImgAmis", "method": "post" }, "id": "u:617faa0f7046", @@ -289,7 +289,7 @@ "type": "input-text", "label": "id", "name": "id", - "hidden": false, + "hidden": true, "id": "u:8fbfb3be80ce", "value":`${id}` } -- Gitblit v1.7.1