feat(录音管理): 添加优秀录音组件并优化API调用
refactor(性能优化): 使用Promise.all并行请求核心KPI接口 style(样式调整): 修改ProblemRanking组件高度和内边距 chore: 移除调试用的console.log语句
This commit is contained in:
@@ -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';
|
||||
// 触发父组件的事件,并传递数据
|
||||
|
||||
Reference in New Issue
Block a user