fix: 健康统计,首页功能开发。

This commit is contained in:
tianyongbao
2024-11-17 21:05:07 +08:00
parent 4806b8a2cf
commit a8ea6eee25
3 changed files with 58 additions and 226 deletions

View File

@@ -15,3 +15,11 @@ export function getTemperatureAnalysis(query) {
params: query
})
}
export function getHealthAnalysis(query) {
return request({
url: '/health/analysis/healthAnalysis',
method: 'get',
params: query
})
}