Browse Source

任务解析接口更换

Xiao_123 2 tháng trước cách đây
mục cha
commit
3ae1dae430
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/menduner/system/talentMap/gather.ts

+ 1 - 1
src/api/menduner/system/talentMap/gather.ts

@@ -31,7 +31,7 @@ export const talentGatherApi = {
 	// 任务解析
 	taskAnalysis: async (data: any) => {
 		return await request.post({
-			url: '/api/parse/execute_parse_task',
+			url: '/api/parse/execute-parse-task',
 			data,
 			timeout: 300000,
 			baseURL: import.meta.env.VITE_BASE_URL