xiangpei
2025-03-02 897d9dce07aa716151b53b3204a81df63c8031e6
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
  });
}