无人机管理后台前端(已迁走)
linwe
2024-10-16 0c779fb73aa2906abc8a5da3e84efe2cd971b789
src/api/logs.js
@@ -11,11 +11,12 @@
  });
};
export const getApiList = (current, size) => {
export const getApiList = (current, size,params) => {
  return request({
    url: '/blade-log/api/list',
    url: '/blade-log/api/page',
    method: 'get',
    params: {
      ...params,
      current,
      size,
    },