Commit Graph

2 Commits

Author SHA1 Message Date
张翔 7e2752b533 fix(api): 修复通知模块字段名与后端不匹配
通知模块字段从 title/type/content 改为 noticeTitle/noticeType/noticeContent,
与后端 DTO 字段名对齐;API 层补充完整类型定义与错误处理。
2026-05-06 14:16:40 +08:00
张翔 49779479dd feat(react19-migration): 阶段2 - 核心框架层迁移
- T2.1: request.ts 确认无 Vue 依赖,无需修改
- T2.5: errorHandler.ts ElMessage → antd message
- T2.7: 新增 API (menu/config/dict/file/notice/loginLog) + 类型定义 (menu/permission/user)
- 清理旧 Vue 测试文件、views、stores、router、directives
- 修复 tsconfig: 添加 module:ESNext + types:vite/client

验证: npx tsc --noEmit 无类型错误
2026-05-03 15:26:42 +08:00