From 7b6bebdfaba7d75ea659bc53a2ddac1ed941ac13 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Tue, 14 May 2024 18:04:53 +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