无人机管理后台前端(已迁走)
shuishen
2025-05-06 32b48e05d7792b262c7dd35f0c1ef81293dee16d
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,
    },