From 21fe2968337eb8eab97adc88750b71c4057e98f8 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 17 七月 2024 15:39:46 +0800 Subject: [PATCH] 11 --- 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