From 10d1b8267c9dba2ea9afa2b586fb2eb8d2af698c Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Thu, 25 Apr 2024 17:48:30 +0800
Subject: [PATCH] 合并

---
 api/reporting/reporting.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/api/reporting/reporting.js b/api/reporting/reporting.js
index f5ab196..ae5a86e 100644
--- a/api/reporting/reporting.js
+++ b/api/reporting/reporting.js
@@ -106,7 +106,7 @@
 //获取打金店、二手车交易、二手手机维修详情
 export const getLabelReportingDetail = (params) => {
 	return http.request({
-		url: '/blade-taskLabelReportingEvent/taskLabelReportingEvent/detail',
+		url: '/blade-taskLabelReportingEvent/taskLabelReportingEvent/getDetail',
 		method: 'get',
 		params: {
 			...params

--
Gitblit v1.9.3