无人机管理后台前端(已迁走)
zrj
2024-08-28 de9c9f8d88fb214d082b22ffa7d1ffca0bd3efba
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,
    },