feat: 添加部门字段显示并优化用户界面

fix(service): 修复创建时编码重复检查问题
refactor(middleware): 优化CORS中间件配置
style(model): 更新用户模型默认性别值
perf(request): 增强前端请求错误处理
docs(cli): 改进命令行帮助文本
chore: 清理无用配置并更新依赖
This commit is contained in:
zhangtao
2025-11-21 01:11:08 +08:00
parent 30118a4148
commit 749c97f4e3
15 changed files with 237 additions and 122 deletions
+1 -1
View File
@@ -797,7 +797,7 @@
"type": 2,
"icon": "el-icon-Aim",
"order": 6,
"permission": ":query",
"permission": "module_system:log:query",
"route_name": "Log",
"route_path": "/system/log",
"component_path": "module_system/log/index",