From 6f5336ab50c25e8a4a8c4df7ec703a0dfa418583 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 13 一月 2025 15:14:11 +0800
Subject: [PATCH] 修改

---
 src/api/analyse/assessApply/index.ts |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/api/analyse/assessApply/index.ts b/src/api/analyse/assessApply/index.ts
index ef094b5..3b32083 100644
--- a/src/api/analyse/assessApply/index.ts
+++ b/src/api/analyse/assessApply/index.ts
@@ -42,12 +42,19 @@
 			});
 		},
 
+		// uploadReport: (params: object) => {
+		// 	return request({
+		// 		url: import.meta.env.VITE_API_URL + '/report/update/report',
+		// 		method: 'post',
+		// 		data: params
+		// 	});
+		// },
 		uploadReport: (params: object) => {
 			return request({
-				url: import.meta.env.VITE_API_URL + '/report/update/report',
+				url: import.meta.env.VITE_API_URL + '/report/update/reportNew',
 				method: 'post',
 				data: params
 			});
-		},
+		}
 	};
 }

--
Gitblit v1.9.2