XuqmGroup-Web/tenant-platform/src
XuqmGroup c8224bf598 fix(bugcollect): 修复 undefined.length 崩溃 — 所有视图加 gateStatus 守卫和 null safety
- 所有视图 loadData/loadWebhooks:首行加 gateStatus !== 'enabled' 守卫,避免 appKey 为空或服务未开通时发请求
- 所有视图加 watch(gateStatus) 监听,服务开通后自动刷新数据
- 所有响应体数组赋值改为 ?? [],防止后端返回 null/undefined 时 el-table 访问 .length 崩溃
- BugCollectOverview:maxRate computed 改用 crashRateTrend ?? [] 防止 undefined.map 崩溃

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 10:07:36 +08:00
..
api feat(bugcollect): 将崩溃收集移为服务管理子菜单,并增加服务开通校验 2026-06-17 05:27:53 +08:00
assets/update-store docs(server): 添加服务器信息记录和联调接口文档 2026-04-29 12:33:26 +08:00
composables feat(bugcollect): 将崩溃收集移为服务管理子菜单,并增加服务开通校验 2026-06-17 05:27:53 +08:00
router feat(tenant-platform): 应用详情页显示 BugCollect 服务 + 服务管理菜单新增崩溃收集 2026-06-16 19:22:02 +08:00
services feat(deploy): 完成私有化部署全流程验收 2026-05-19 19:23:28 +08:00
stores docs(deploy): 添加生产环境部署配置示例和部署文档 2026-04-30 09:49:05 +08:00
utils feat(ui): 添加服务应用切换记忆功能并优化菜单结构 2026-05-28 10:53:13 +08:00
views fix(bugcollect): 修复 undefined.length 崩溃 — 所有视图加 gateStatus 守卫和 null safety 2026-06-17 10:07:36 +08:00
App.vue chore: initial commit 2026-04-21 22:07:29 +08:00
env.d.ts 一大波改动 2026-05-15 22:11:03 +08:00
main.ts chore: initial commit 2026-04-21 22:07:29 +08:00