feat(录音管理): 添加优秀录音组件并优化API调用

refactor(性能优化): 使用Promise.all并行请求核心KPI接口

style(样式调整): 修改ProblemRanking组件高度和内边距

chore: 移除调试用的console.log语句
This commit is contained in:
2025-10-29 17:11:57 +08:00
parent 51091d097e
commit b0c2f28d7f
6 changed files with 1217 additions and 26 deletions

View File

@@ -129,7 +129,7 @@ const handleSubmit = async () => {
'Authorization': `Bearer ${token}`
}
});
console.log('响应状态8888:', response.data.message);
// console.log('响应状态8888:', response.data.message);
// 提交成功
submitStatus.value = 'success';
// 触发父组件的事件,并传递数据