rwadurian/frontend/admin-web/src
hailin d53b1c7499 fix(admin-web): 修复 ExpiredRewardsSection 中 ApiResponse 类型使用错误
ApiResponse<T> 类型只有 code, message, data 属性,没有 success
将 response.success && response.data 改为 response.data

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 22:44:37 -08:00
..
app feat(admin-web): 系统划转页面也显示账户正式名称 2026-01-06 21:44:34 -08:00
components fix(admin-web): 修复 ExpiredRewardsSection 中 ApiResponse 类型使用错误 2026-01-06 22:44:37 -08:00
hooks feat(admin-web): 仪表板改用 planting-service 源数据 2026-01-06 10:47:44 -08:00
infrastructure feat(admin-web): 添加过期收益明细查询功能 2026-01-06 22:36:31 -08:00
lib feat(admin-web): 添加 TSS WASM 集成,实现与 Service-Party-App 功能对等 2025-12-29 01:39:43 -08:00
services feat(admin-web): 添加过期收益明细查询功能 2026-01-06 22:36:31 -08:00
store fix(admin-web): 修复 authSlice 的 REHYDRATE 类型错误 2025-12-20 00:35:03 -08:00
styles fix(scss): 添加缺失的语义化颜色变量别名 2025-12-18 02:31:14 -08:00
types feat(admin-web): 添加过期收益明细查询功能 2026-01-06 22:36:31 -08:00
utils feat(frontend): 前端时间显示统一转换为本地时间 2025-12-23 19:45:51 -08:00