fix: 修复 duo-practice-report.vue 语法错误
All checks were successful
continuous-integration/drone/push Build is passing

移除多余的 try-catch 块
This commit is contained in:
yuliang_guo
2026-01-30 15:20:18 +08:00
parent c0d0331422
commit d44111e712

View File

@@ -343,11 +343,8 @@ const loadReport = async () => {
]
}
}
} catch (error) {
console.error('加载报告失败:', error)
} finally {
isLoading.value = false
}
}
onMounted(() => {