From 4522ab3fe8bd45ee753ef187448c1e884bbc601f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 18 Apr 2024 11:09:27 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web

---
 src/api/logs.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/api/logs.js b/src/api/logs.js
index 287ace9..826221d 100644
--- a/src/api/logs.js
+++ b/src/api/logs.js
@@ -11,11 +11,12 @@
   })
 }
 
-export const getApiList = (current, size) => {
+export const getApiList = (current, size,params) => {
   return request({
-    url: '/api/blade-log/api/list',
+    url: '/api/blade-log/api/page',
     method: 'get',
     params: {
+      ...params,
       current,
       size
     }

--
Gitblit v1.9.3