From c127500c5925ca9ef7265e29aedad9ab25eedd22 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 23 八月 2024 17:43:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/api/platform/report.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/platform/report.js b/src/api/platform/report.js
index 32f3558..bb6b536 100644
--- a/src/api/platform/report.js
+++ b/src/api/platform/report.js
@@ -58,8 +58,8 @@
 // 瀹℃牳
 export function audit(data) {
   return request({
-    url: '/report/auditing/',
-    method: 'get',
+    url: '/report/auditing',
+    method: 'post',
     data: data
   })
 }

--
Gitblit v1.8.0