xiangpei
2025-02-19 eac6b7989a6cbb9d09b20a1c46f51bb68d9f5ae7
src/api/login.js
@@ -57,4 +57,21 @@
    method: 'get',
    timeout: 20000
  })
}
}
export function getCalculatioln(data) {
  return request({
    url: '/count',
    method: 'post',
    data: data
  });
}
// 获取异常数据统计
export function getAbnormalData(query) {
  return request({
    url: '/countExceptionProject',
    method: 'get',
    params: query
  });
}