问题: - Session.tsx 直接访问 session.threshold.n 和 session.threshold.t - 当后端返回的 session 数据中 threshold 为 undefined 时崩溃 修复: - 添加空值检查 session.threshold?.n || 0 - 阈值信息部分添加条件渲染 Generated with Claude Code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| api-gateway | ||
| infrastructure | ||
| mpc-system | ||
| scripts | ||
| services | ||
| .env.windows | ||
| docker-compose.windows.yml | ||