From edf132557e5eee4e8607ca83d987c5f6b830f025 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 17 十月 2025 16:43:10 +0800
Subject: [PATCH] 档案相关发布

---
 src/api/monitor/operlog.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/monitor/operlog.js b/src/api/monitor/operlog.js
index f09b8ed..40d286d 100644
--- a/src/api/monitor/operlog.js
+++ b/src/api/monitor/operlog.js
@@ -12,8 +12,8 @@
 // 鍒犻櫎鎿嶄綔鏃ュ織
 export function delOperlog(operId) {
   return request({
-    url: '/monitor/operlog/' + operId,
-    method: 'delete'
+    url: '/monitor/operlog/remove/' + operId,
+    method: 'get'
   })
 }
 
@@ -21,7 +21,7 @@
 export function cleanOperlog() {
   return request({
     url: '/monitor/operlog/clean',
-    method: 'delete'
+    method: 'get'
   })
 }
 

--
Gitblit v1.9.3