无人机管理后台前端(已迁走)
shuishen
2025-06-26 125b416b7895e59a674506d3c976c6c9cfa1d1fb
src/api/logs.js
@@ -23,11 +23,12 @@
  });
};
export const getErrorList = (current, size) => {
export const getErrorList = (current, size,params) => {
  return request({
    url: '/blade-log/error/list',
    method: 'get',
    params: {
      ...params,
      current,
      size,
    },