xiangpei
2025-02-26 e055f23263d9510b9a46b7f89d5f6c65f6f1ad89
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
  });
}