wangdl 832a7f7960
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 13s
feat: 统一错误处理体系 — ErrorBoundary + toastError
- 新建 ErrorBoundary 组件,捕获渲染崩溃,避免白屏
- 新建 error-handler.ts,统一错误格式化 + toast 提示
- App.tsx: ErrorBoundary 包裹路由 + QueryClient mutation onError
- TaskAssistant.tsx: 修复 5 处空 catch {} 吞错
- ReportingAdmin / VectorAdmin: 替换空 catch
- antd-global.ts: 自动注册 message 到 error-handler

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-04 11:09:29 +08:00
..