BookSystem/.gitignore
jayhgq c4aac6979a feat(auth,admin): 修复角色权限菜单显示问题
1.  后端添加获取当前用户权限接口
2.  前端增加权限校验和动态菜单渲染
3.  优化表单验证错误处理
4.  完善gitignore和项目配置更新
2026-05-27 11:42:23 +08:00

13 lines
319 B
Plaintext

.trae/documents/add_traefik_config_plan.md
redis/data/dump.rdb
redis/logs/redis-server.log
backend/auth/__pycache__/
backend/auth/apps/__pycache__/
backend/auth/apps/permissions/__pycache__/
backend/auth/apps/roles/__pycache__/
backend/auth/utils/__pycache__/
postgres_data/
frontend/node_modules/
frontend/dist/
*.pyc