// 报告相关接口 const api = { // 报告-查询报告列表 queryReportList: { url: '/report/queryReportList', method: 'GET', }, // 报告-查询报告详情 queryReportById: { url: '/report/queryReportById', method: 'GET', },} export default api