mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
feat(系统配置): 重构系统配置模块为参数管理模块
refactor(代码生成): 重构代码生成相关组件和路由路径 feat(WebSocket): 添加WebSocket支持并配置Nginx代理 fix(用户管理): 移除超级管理员过滤并调整用户数据 feat(定时任务): 完善定时任务日志功能并添加相关API style(前端): 优化AI助手界面样式和提示文本 chore(初始化数据): 清理和更新系统初始化数据 perf(前端): 优化表格操作列宽度和按钮样式 docs(注释): 更新控制器注释以反映模块变更
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "仪表盘",
|
||||
"type": 1,
|
||||
"icon": "client",
|
||||
@@ -21,7 +20,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "工作台",
|
||||
"type": 2,
|
||||
"icon": "homepage",
|
||||
@@ -42,7 +40,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "分析页",
|
||||
"type": 2,
|
||||
"icon": "el-icon-PieChart",
|
||||
@@ -63,7 +60,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "系统管理",
|
||||
"type": 1,
|
||||
"icon": "system",
|
||||
@@ -84,7 +80,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "菜单管理",
|
||||
"type": 2,
|
||||
"icon": "menu",
|
||||
@@ -105,7 +100,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "部门管理",
|
||||
"type": 2,
|
||||
"icon": "tree",
|
||||
@@ -126,7 +120,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "岗位管理",
|
||||
"type": 2,
|
||||
"icon": "el-icon-Coordinate",
|
||||
@@ -147,7 +140,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "角色管理",
|
||||
"type": 2,
|
||||
"icon": "role",
|
||||
@@ -168,7 +160,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "用户管理",
|
||||
"type": 2,
|
||||
"icon": "el-icon-User",
|
||||
@@ -189,7 +180,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"name": "日志管理",
|
||||
"type": 2,
|
||||
"icon": "el-icon-Aim",
|
||||
@@ -210,7 +200,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"name": "公告管理",
|
||||
"type": 2,
|
||||
"icon": "bell",
|
||||
@@ -231,12 +220,11 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"name": "配置管理",
|
||||
"name": "参数管理",
|
||||
"type": 2,
|
||||
"icon": "setting",
|
||||
"order": 8,
|
||||
"permission": "system:config:query",
|
||||
"permission": "system:param:query",
|
||||
"route_name": "Config",
|
||||
"route_path": "/system/config",
|
||||
"component_path": "system/config/index",
|
||||
@@ -245,14 +233,13 @@
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "配置管理",
|
||||
"title": "参数管理",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"name": "字典管理",
|
||||
"type": 2,
|
||||
"icon": "dict",
|
||||
@@ -273,7 +260,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"name": "创建菜单",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -294,7 +280,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"name": "修改菜单",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -315,7 +300,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"name": "删除菜单",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -336,7 +320,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"name": "批量修改菜单状态",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -357,7 +340,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"name": "创建部门",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -378,7 +360,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"name": "修改部门",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -399,7 +380,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"name": "删除部门",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -420,7 +400,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"name": "批量修改部门状态",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -441,7 +420,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"name": "创建岗位",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -462,7 +440,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"name": "修改岗位",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -483,7 +460,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"name": "删除岗位",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -504,7 +480,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"name": "批量修改岗位状态",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -525,7 +500,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"name": "岗位导出",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -546,7 +520,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"name": "创建角色",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -567,7 +540,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"name": "修改角色",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -588,7 +560,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"name": "删除角色",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -609,7 +580,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"name": "批量修改角色状态",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -630,7 +600,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"name": "设置角色权限",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -651,7 +620,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"name": "角色导出",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -672,7 +640,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"name": "创建用户",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -693,7 +660,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"name": "修改用户",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -714,7 +680,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"name": "删除用户",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -735,7 +700,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 36,
|
||||
"name": "批量修改用户状态",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -756,7 +720,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 37,
|
||||
"name": "导出用户",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -777,7 +740,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"name": "导入用户",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -798,7 +760,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"name": "日志删除",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -819,7 +780,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"name": "日志导出",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -840,7 +800,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"name": "公告创建",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -861,7 +820,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"name": "公告修改",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -882,7 +840,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"name": "公告删除",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -903,7 +860,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 44,
|
||||
"name": "公告导出",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -924,7 +880,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 45,
|
||||
"name": "公告批量修改状态",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -945,12 +900,11 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 46,
|
||||
"name": "创建配置",
|
||||
"name": "创建参数",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
"permission": "system:config:create",
|
||||
"permission": "system:param:create",
|
||||
"route_name": null,
|
||||
"route_path": null,
|
||||
"component_path": null,
|
||||
@@ -959,19 +913,18 @@
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "创建配置",
|
||||
"title": "创建参数",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 47,
|
||||
"name": "修改配置",
|
||||
"name": "修改参数",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
"order": 2,
|
||||
"permission": "system:config:update",
|
||||
"permission": "system:param:update",
|
||||
"route_name": null,
|
||||
"route_path": null,
|
||||
"component_path": null,
|
||||
@@ -980,19 +933,18 @@
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "修改配置",
|
||||
"title": "修改参数",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"name": "删除配置",
|
||||
"name": "删除参数",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
"order": 3,
|
||||
"permission": "system:config:delete",
|
||||
"permission": "system:param:delete",
|
||||
"route_name": null,
|
||||
"route_path": null,
|
||||
"component_path": null,
|
||||
@@ -1001,19 +953,18 @@
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "删除配置",
|
||||
"title": "删除参数",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 49,
|
||||
"name": "导出配置",
|
||||
"name": "导出参数",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
"order": 4,
|
||||
"permission": "system:config:export",
|
||||
"permission": "system:param:export",
|
||||
"route_name": null,
|
||||
"route_path": null,
|
||||
"component_path": null,
|
||||
@@ -1022,19 +973,18 @@
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "导出配置",
|
||||
"title": "导出参数",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 50,
|
||||
"name": "配置上传",
|
||||
"name": "参数上传",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
"permission": "system:config:upload",
|
||||
"permission": "system:param:upload",
|
||||
"route_name": null,
|
||||
"route_path": null,
|
||||
"component_path": null,
|
||||
@@ -1043,14 +993,13 @@
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "配置上传",
|
||||
"title": "参数上传",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 51,
|
||||
"name": "创建字典类型",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1071,7 +1020,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 52,
|
||||
"name": "修改字典类型",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1092,7 +1040,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 53,
|
||||
"name": "删除字典类型",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1113,7 +1060,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 54,
|
||||
"name": "导出字典类型",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1134,7 +1080,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 55,
|
||||
"name": "批量修改字典状态",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1155,7 +1100,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 56,
|
||||
"name": "字典数据查询",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1176,7 +1120,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 57,
|
||||
"name": "创建字典数据",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1197,7 +1140,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 58,
|
||||
"name": "修改字典数据",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1218,7 +1160,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 59,
|
||||
"name": "删除字典数据",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1239,7 +1180,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 60,
|
||||
"name": "导出字典数据",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1260,7 +1200,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 61,
|
||||
"name": "批量修改字典数据状态",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1281,7 +1220,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 62,
|
||||
"name": "监控管理",
|
||||
"type": 1,
|
||||
"icon": "monitor",
|
||||
@@ -1302,7 +1240,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 63,
|
||||
"name": "任务管理",
|
||||
"type": 2,
|
||||
"icon": "el-icon-DataLine",
|
||||
@@ -1323,7 +1260,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 64,
|
||||
"name": "创建任务",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1344,7 +1280,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 65,
|
||||
"name": "修改和操作任务",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1365,7 +1300,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 66,
|
||||
"name": "删除和清除任务",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1386,7 +1320,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 67,
|
||||
"name": "导出定时任务",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1407,7 +1340,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 68,
|
||||
"name": "在线用户",
|
||||
"type": 2,
|
||||
"icon": "el-icon-Headset",
|
||||
@@ -1428,7 +1360,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 69,
|
||||
"name": "在线用户强制下线",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1449,7 +1380,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 70,
|
||||
"name": "服务器监控",
|
||||
"type": 2,
|
||||
"icon": "el-icon-Odometer",
|
||||
@@ -1470,7 +1400,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 71,
|
||||
"name": "缓存监控",
|
||||
"type": 2,
|
||||
"icon": "el-icon-Stopwatch",
|
||||
@@ -1491,7 +1420,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 72,
|
||||
"name": "清除缓存",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1512,7 +1440,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 73,
|
||||
"name": "公共模块",
|
||||
"type": 1,
|
||||
"icon": "document",
|
||||
@@ -1533,7 +1460,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 74,
|
||||
"name": "接口管理",
|
||||
"type": 4,
|
||||
"icon": "api",
|
||||
@@ -1554,7 +1480,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 75,
|
||||
"name": "文档管理",
|
||||
"type": 4,
|
||||
"icon": "el-icon-Document",
|
||||
@@ -1575,7 +1500,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 76,
|
||||
"name": "演示模块",
|
||||
"type": 1,
|
||||
"icon": "el-icon-Document",
|
||||
@@ -1596,7 +1520,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 77,
|
||||
"name": "示例管理",
|
||||
"type": 2,
|
||||
"icon": "el-icon-DataLine",
|
||||
@@ -1617,7 +1540,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 78,
|
||||
"name": "创建示例",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1638,7 +1560,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 79,
|
||||
"name": "更新示例",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1659,7 +1580,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 80,
|
||||
"name": "删除示例",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1680,7 +1600,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 81,
|
||||
"name": "批量修改示例状态",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1701,7 +1620,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 82,
|
||||
"name": "导出示例",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1722,7 +1640,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 83,
|
||||
"name": "导入示例",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1742,7 +1659,7 @@
|
||||
"redirect": null,
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{ "id": 84,
|
||||
{
|
||||
"name": "下载导入示例模版",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1763,7 +1680,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 85,
|
||||
"name": "应用管理",
|
||||
"type": 1,
|
||||
"icon": "captcha",
|
||||
@@ -1784,7 +1700,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 86,
|
||||
"name": "我的应用",
|
||||
"type": 2,
|
||||
"icon": "el-icon-DataLine",
|
||||
@@ -1798,14 +1713,13 @@
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "应用系统管理",
|
||||
"title": "系统管理",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 87,
|
||||
"name": "创建应用",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1826,7 +1740,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 88,
|
||||
"name": "修改应用",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1847,7 +1760,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 89,
|
||||
"name": "删除应用",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1868,7 +1780,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 90,
|
||||
"name": "批量修改应用状态",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1889,8 +1800,7 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 91,
|
||||
"name": "资源管理",
|
||||
"name": "存储管理",
|
||||
"type": 1,
|
||||
"icon": "document",
|
||||
"order": 7,
|
||||
@@ -1903,14 +1813,13 @@
|
||||
"keep_alive": false,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "资源管理",
|
||||
"title": "存储管理",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": "/resource/file",
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 92,
|
||||
"name": "文件管理",
|
||||
"type": 2,
|
||||
"icon": "el-icon-Files",
|
||||
@@ -1931,7 +1840,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 93,
|
||||
"name": "文件上传",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1952,7 +1860,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 94,
|
||||
"name": "文件下载",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1973,7 +1880,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 95,
|
||||
"name": "文件删除",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -1994,7 +1900,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 96,
|
||||
"name": "文件移动",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -2015,7 +1920,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 97,
|
||||
"name": "文件复制",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -2036,7 +1940,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 98,
|
||||
"name": "文件重命名",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -2057,7 +1960,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 99,
|
||||
"name": "创建目录",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -2078,7 +1980,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 100,
|
||||
"name": "文件搜索",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -2099,7 +2000,6 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 101,
|
||||
"name": "导出文件列表",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -2120,7 +2020,26 @@
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"id": 102,
|
||||
"name": "存储监控",
|
||||
"type": 2,
|
||||
"icon": "el-icon-Files",
|
||||
"order": 2,
|
||||
"permission": "resource:stats:query",
|
||||
"route_name": "Stats",
|
||||
"route_path": "/resource/stats",
|
||||
"component_path": "resource/stats/index",
|
||||
"parent_id": 91,
|
||||
"status": true,
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "文件管理",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"description": "初始化数据"
|
||||
},
|
||||
{
|
||||
"name": "AI大模型",
|
||||
"type": 1,
|
||||
"icon": "el-icon-DataLine",
|
||||
@@ -2141,8 +2060,7 @@
|
||||
"description": "AI大模型管理"
|
||||
},
|
||||
{
|
||||
"id": 103,
|
||||
"name": "MCP智能助手",
|
||||
"name": "MCP应用",
|
||||
"type": 2,
|
||||
"icon": "el-icon-DataLine",
|
||||
"order": 1,
|
||||
@@ -2150,19 +2068,18 @@
|
||||
"route_name": "MCP",
|
||||
"route_path": "/ai/mcp",
|
||||
"component_path": "ai/mcp/index",
|
||||
"parent_id": 102,
|
||||
"parent_id": 103,
|
||||
"status": true,
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "MCP智能助手",
|
||||
"title": "MCP应用",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"description": "MCP智能助手"
|
||||
},
|
||||
{
|
||||
"id": 104,
|
||||
"name": "智能对话",
|
||||
"type": 3,
|
||||
"icon": null,
|
||||
@@ -2171,7 +2088,7 @@
|
||||
"route_name": null,
|
||||
"route_path": null,
|
||||
"component_path": null,
|
||||
"parent_id": 103,
|
||||
"parent_id": 104,
|
||||
"status": true,
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
@@ -2181,5 +2098,65 @@
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"description": "智能对话"
|
||||
},
|
||||
{
|
||||
"name": "代码管理",
|
||||
"type": 1,
|
||||
"icon": "el-icon-DataLine",
|
||||
"order": 9,
|
||||
"permission": null,
|
||||
"route_name": "Gencode",
|
||||
"route_path": "/gencode",
|
||||
"component_path": null,
|
||||
"parent_id": null,
|
||||
"status": true,
|
||||
"keep_alive": false,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "代码管理",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": "/ai/mcp",
|
||||
"description": "代码管理"
|
||||
},
|
||||
{
|
||||
"name": "代码生成",
|
||||
"type": 2,
|
||||
"icon": "el-icon-DataLine",
|
||||
"order": 1,
|
||||
"permission": "gencode:backcode:query",
|
||||
"route_name": "Backcode",
|
||||
"route_path": "/gencode/backcode",
|
||||
"component_path": "gencode/backcode/index",
|
||||
"parent_id": 106,
|
||||
"status": true,
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "代码生成",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"description": "代码生成"
|
||||
},
|
||||
{
|
||||
"name": "前端构建",
|
||||
"type": 2,
|
||||
"icon": "el-icon-DataLine",
|
||||
"order": 2,
|
||||
"permission": "gencode:webcode:query",
|
||||
"route_name": "webcode",
|
||||
"route_path": "/gencode/webcode",
|
||||
"component_path": "gencode/webcode/index",
|
||||
"parent_id": 106,
|
||||
"status": true,
|
||||
"keep_alive": true,
|
||||
"hidden": false,
|
||||
"always_show": false,
|
||||
"title": "前端构建",
|
||||
"params": null,
|
||||
"affix": false,
|
||||
"redirect": null,
|
||||
"description": "前端构建"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user