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 }