mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
feat(role): 新增角色权限分配功能并优化界面显示
refactor(menu): 重构菜单类型枚举和权限数据结构 fix(log): 修复日志类型显示和查询问题 style(common): 重命名部门树格式化函数为通用树格式化函数 perf(store): 移除控制台日志输出 docs(tsconfig): 添加Vite客户端类型注释 chore(package): 调整依赖项顺序
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user