XuqmGroup-Web/tenant-platform/src/api
XuqmGroup 3676241f6a fix(bugcollect): 对齐前后端接口契约
- bugcollect.ts: issues/events 请求参数重映射(startDate/endDate→from/to,eventName→name,page 0-based+1→backend 1-based)
- BugCollectPageResult: content/totalElements → items/total(匹配后端 PageResult<T>)
- BugCollectIssue: 字段对齐 IssueResponse(id:number,isResolved,移除 affectedUsers/status)
- BugCollectEventItem: 字段对齐 IssueEventResponse(message/stack/createdAt,移除 eventName/timestamp/properties)
- BugCollectIssueRanking: 同步 isResolved,移除 affectedUsers
- 所有视图表格列更新为实际存在的字段

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 10:21:00 +08:00
..
account.ts chore: initial commit 2026-04-21 22:07:29 +08:00
app.ts feat(bugcollect): 将崩溃收集移为服务管理子菜单,并增加服务开通校验 2026-06-17 05:27:53 +08:00
auth.ts chore: initial commit 2026-04-21 22:07:29 +08:00
bugcollect.ts fix(bugcollect): 对齐前后端接口契约 2026-06-17 10:21:00 +08:00
client.ts fix(auth): use auth.logout() instead of localStorage.removeItem in interceptors 2026-05-18 14:12:03 +08:00
dashboard.ts feat(deploy): 添加生产环境部署配置和联调环境切换功能 2026-04-30 11:47:01 +08:00
file.ts fix(auth): use auth.logout() instead of localStorage.removeItem in interceptors 2026-05-18 14:12:03 +08:00
im.ts feat(logs): 添加即时通讯操作日志并优化界面显示 2026-05-27 12:52:29 +08:00
license.ts feat(logs): 添加操作日志功能支持推送和授权模块 2026-05-27 13:36:16 +08:00
migrate.ts feat(tenant-platform): migration key UI + app market publish options 2026-05-19 15:12:56 +08:00
operationLog.ts feat(log): 优化操作日志记录和展示功能 2026-05-27 12:27:43 +08:00
push.ts feat(logs): 添加操作日志功能支持推送和授权模块 2026-05-27 13:36:16 +08:00
system.ts feat(system): 添加系统更新检查和选择性更新功能 2026-06-11 14:11:06 +08:00
update.ts feat(update): 重构灰度发布系统并新增标签管理功能 2026-06-11 12:30:13 +08:00