fix(api): 修正二阶分析报告接口路径错误

refactor(views): 重构阶段分析报告展示逻辑,使用新接口数据格式

feat(analytics): 添加umami网站统计脚本

feat(api): 新增优秀录音文件获取接口

style(views): 优化分析报告样式和布局
This commit is contained in:
2025-11-07 20:53:40 +08:00
parent b0c2f28d7f
commit 5ff42dbbad
7 changed files with 157 additions and 185 deletions

View File

@@ -79,6 +79,9 @@ export const getTeamManyTarget = (params) => {
return https.post('/api/v1/level_three/overview/get_team_many_target', params)
}
// 优秀录音 /api/v1/level_three/overview/get_current_center_excellent_record_file
export const getExcellentRecordFile = (params) => {
return https.post('/api/v1/level_three/overview/get_current_center_excellent_record_file', params)
}