Commit Graph

7 Commits

Author SHA1 Message Date
db7ccaf5a0 chore: set frontend dev port to 3002 (avoid PORT env var conflict) 2026-07-02 14:19:13 +08:00
1b19904e77 chore: configure dev ports (backend:3001, frontend:3000 + proxy) 2026-07-02 14:04:26 +08:00
ef645c0f40 fix: resolve 3 review findings (permission codes, profile guard, JSDoc) 2026-07-02 12:22:49 +08:00
3f26c66808 feat(frontend): adapt routes, menus, Users page, and business pages for RBAC 2026-07-02 12:14:16 +08:00
6a93967271 feat(frontend): add Roles management page and Permissions overview page 2026-07-02 12:04:35 +08:00
14d81045e6 feat(frontend): add usePermission hook, PermissionButton, PermissionRoute, and 403 handling 2026-07-02 11:59:36 +08:00
陈浩
78676a124a feat: 恭学教育基地管理系统初始提交
- 后端: NestJS 11 + TypeORM + JWT认证 + SQLite/MySQL
- 前端: React 19 + Ant Design 6 + Vite 8 + ECharts
- 功能模块: 数据面板、学生管理、宿舍管理、入住管理、费用录入、账单管理、教室管理、押金管理、操作日志、账号管理
- 支持Docker一键部署
2026-06-06 17:26:10 +08:00