吉安感知网项目-前端
chenyao
2026-04-08 0bdbb3fce49bb4e8266a9e5cb4cf6a903e88223d
applications/drone-command/src/api/logs.js
@@ -62,6 +62,13 @@
    },
  });
};
export const getOperationLogPage = params => {
  return request({
    url: '/blade-log/log/operationLog/page',
    method: 'get',
    params: { descs: 'create_time', ...params },
  });
};
// 历史轨迹记录
export const getHistoryTrack = (params) => {
  return request({