refactor(QualityCalls): 重构组件为Composition API并简化UI

fix(https): 将API基础路径从http改为https
fix(topone): 修正优秀录音数据处理逻辑
fix(CenterOverview): 修改默认显示值为0
This commit is contained in:
2025-08-26 22:10:43 +08:00
parent abadcf2494
commit d0b8159274
4 changed files with 305 additions and 321 deletions

View File

@@ -495,20 +495,8 @@ const params={
}
try {
const res = await getExcellentRecordFile(params)
excellentRecord.value = res.data
/**
* "user_name": "赵世敬",
"user_level": 5,
"excellent_record_list": {
"马然": [
{
"sale_name": "马然",
"sop": ...,
"context": "...",
"obj_file_name": "http://192.168.3.112:5000/api/record/download/马然-20分钟通话-25-08-20_20-24-43-653520-759.mp3",
"score": 55.0
},]}
*/
excellentRecord.value = res.data.excellent_record_list
console.log(111111,res.data.excellent_record_list)
} catch (error) {
console.error("获取优秀录音失败:", error);
}