人生轨迹功能完善

This commit is contained in:
2025-12-23 22:10:25 +08:00
parent 97abbefaa3
commit 56cacb7163
12 changed files with 310 additions and 38 deletions
@@ -1515,7 +1515,7 @@ const handleSaveTestConfig = async () => {
}
// 调用更新接口
const res = await updateAiConfigFromTest(updateData)
const res = await updateAiConfigFromTest(updateData) as any
if (res.code === 200) {
ElMessage.success('测试配置已保存')