feat(role): 新增角色权限分配功能并优化界面显示

refactor(menu): 重构菜单类型枚举和权限数据结构
fix(log): 修复日志类型显示和查询问题
style(common): 重命名部门树格式化函数为通用树格式化函数
perf(store): 移除控制台日志输出
docs(tsconfig): 添加Vite客户端类型注释
chore(package): 调整依赖项顺序
This commit is contained in:
zhangtao
2025-07-20 15:39:00 +08:00
parent 5de06e5bc6
commit 7204e011d9
33 changed files with 1507 additions and 1034 deletions
+3 -3
View File
@@ -1500,7 +1500,7 @@
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 62,
"parent_id": 71,
"status": true,
"keep_alive": false,
"hidden": false,
@@ -1535,7 +1535,7 @@
{
"id": 74,
"name": "接口管理",
"type": 2,
"type": 4,
"icon": "api",
"order": 1,
"permission": "common:docs:query",
@@ -1556,7 +1556,7 @@
{
"id": 75,
"name": "文档管理",
"type": 2,
"type": 4,
"icon": "el-icon-Document",
"order": 2,
"permission": "common:redoc:query",