fix: 清理前端 console.log/warn/error 调试日志 #61

Merged
xiaoxia merged 1 commits from fix/console-log-cleanup into develop 2026-06-28 08:13:30 +08:00
@@ -161,8 +161,8 @@ const AutoArrangePanel: React.FC<{
try {
const data = await getEditPlans(projectId);
setPlans(data);
} catch (error) {
console.error("Failed to fetch edit plans:", error);
} catch {
// 编排方案获取失败,静默处理
} finally {
setLoading(false);
}