mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
refactor(backend): 重构CRUD基类查询方法去除重复结果 feat(application): 新增应用系统模块基础结构 fix(backend): 修复多处日志记录ID变量名错误 style(backend): 清理无用代码和注释 fix(frontend): 修复用户导入功能参数错误 docs(backend): 更新环境配置示例注释 perf(backend): 优化导出功能数据处理逻辑 test(frontend): 添加任务日志功能开发中提示 chore: 更新角色菜单权限数据
2122 lines
47 KiB
JSON
2122 lines
47 KiB
JSON
[
|
|
{
|
|
"id": 1,
|
|
"name": "仪表盘",
|
|
"type": 1,
|
|
"icon": "client",
|
|
"order": 1,
|
|
"permission": "",
|
|
"route_name": "Dashboard",
|
|
"route_path": "/dashboard",
|
|
"component_path": null,
|
|
"parent_id": null,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": true,
|
|
"title": "仪表盘",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": "/dashboard/workplace",
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "工作台",
|
|
"type": 2,
|
|
"icon": "homepage",
|
|
"order": 1,
|
|
"permission": "dashboard:workplace:query",
|
|
"route_name": "Workplace",
|
|
"route_path": "/dashboard/workplace",
|
|
"component_path": "dashboard/workplace",
|
|
"parent_id": 1,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "工作台",
|
|
"params": null,
|
|
"affix": true,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "分析页",
|
|
"type": 2,
|
|
"icon": "el-icon-PieChart",
|
|
"order": 2,
|
|
"permission": "dashboard:analysis:query",
|
|
"route_name": "Analysis",
|
|
"route_path": "/dashboard/analysis",
|
|
"component_path": "dashboard/analysis",
|
|
"parent_id": 1,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "分析页",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "系统管理",
|
|
"type": 1,
|
|
"icon": "system",
|
|
"order": 2,
|
|
"permission": null,
|
|
"route_name": "System",
|
|
"route_path": "/system",
|
|
"component_path": null,
|
|
"parent_id": null,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "系统管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": "/system/menu",
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"name": "菜单管理",
|
|
"type": 2,
|
|
"icon": "menu",
|
|
"order": 1,
|
|
"permission": "system:menu:query",
|
|
"route_name": "Menu",
|
|
"route_path": "/system/menu",
|
|
"component_path": "system/menu/index",
|
|
"parent_id": 4,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "菜单管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 6,
|
|
"name": "部门管理",
|
|
"type": 2,
|
|
"icon": "tree",
|
|
"order": 2,
|
|
"permission": "system:dept:query",
|
|
"route_name": "Dept",
|
|
"route_path": "/system/dept",
|
|
"component_path": "system/dept/index",
|
|
"parent_id": 4,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"always_show": false,
|
|
"title": "部门管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"hidden": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 7,
|
|
"name": "岗位管理",
|
|
"type": 2,
|
|
"icon": "el-icon-Coordinate",
|
|
"order": 3,
|
|
"permission": "system:position:query",
|
|
"route_name": "Position",
|
|
"route_path": "/system/position",
|
|
"component_path": "system/position/index",
|
|
"parent_id": 4,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"always_show": false,
|
|
"title": "岗位管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"hidden": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 8,
|
|
"name": "角色管理",
|
|
"type": 2,
|
|
"icon": "role",
|
|
"order": 4,
|
|
"permission": "system:role:query",
|
|
"route_name": "Role",
|
|
"route_path": "/system/role",
|
|
"component_path": "system/role/index",
|
|
"parent_id": 4,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "角色管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 9,
|
|
"name": "用户管理",
|
|
"type": 2,
|
|
"icon": "el-icon-User",
|
|
"order": 5,
|
|
"permission": "system:user:query",
|
|
"route_name": "User",
|
|
"route_path": "/system/user",
|
|
"component_path": "system/user/index",
|
|
"parent_id": 4,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "用户管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 10,
|
|
"name": "日志管理",
|
|
"type": 2,
|
|
"icon": "el-icon-Aim",
|
|
"order": 6,
|
|
"permission": "system:log:query",
|
|
"route_name": "Log",
|
|
"route_path": "/system/log",
|
|
"component_path": "system/log/index",
|
|
"parent_id": 4,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "日志管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 11,
|
|
"name": "公告管理",
|
|
"type": 2,
|
|
"icon": "bell",
|
|
"order": 7,
|
|
"permission": "system:notice:query",
|
|
"route_name": "Notice",
|
|
"route_path": "/system/notice",
|
|
"component_path": "system/notice/index",
|
|
"parent_id": 4,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "公告管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 12,
|
|
"name": "配置管理",
|
|
"type": 2,
|
|
"icon": "setting",
|
|
"order": 8,
|
|
"permission": "system:config:query",
|
|
"route_name": "Config",
|
|
"route_path": "/system/config",
|
|
"component_path": "system/config/index",
|
|
"parent_id": 4,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "配置管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 13,
|
|
"name": "字典管理",
|
|
"type": 2,
|
|
"icon": "dict",
|
|
"order": 9,
|
|
"permission": "system:dict_type:query",
|
|
"route_name": "Dict",
|
|
"route_path": "/system/dict",
|
|
"component_path": "system/dict/index",
|
|
"parent_id": 4,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "字典管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 14,
|
|
"name": "创建菜单",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "system:menu:create",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 5,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "创建菜单",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 15,
|
|
"name": "修改菜单",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "system:menu:update",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 5,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "修改菜单",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 16,
|
|
"name": "删除菜单",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 3,
|
|
"permission": "system:menu:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 5,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "删除菜单",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 17,
|
|
"name": "批量修改菜单状态",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 4,
|
|
"permission": "system:menu:patch",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 5,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "批量修改菜单状态",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 18,
|
|
"name": "创建部门",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "system:dept:create",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 6,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "创建部门",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 19,
|
|
"name": "修改部门",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "system:dept:update",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 6,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "修改部门",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 20,
|
|
"name": "删除部门",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 3,
|
|
"permission": "system:dept:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 6,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "删除部门",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 21,
|
|
"name": "批量修改部门状态",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 4,
|
|
"permission": "system:dept:patch",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 6,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "批量修改部门状态",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 22,
|
|
"name": "创建岗位",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "system:position:create",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 7,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "创建岗位",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 23,
|
|
"name": "修改岗位",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "system:position:update",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 7,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "修改岗位",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 24,
|
|
"name": "删除岗位",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 3,
|
|
"permission": "system:position:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 7,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "修改岗位",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 25,
|
|
"name": "批量修改岗位状态",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 4,
|
|
"permission": "system:position:patch",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 7,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "批量修改岗位状态",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 26,
|
|
"name": "岗位导出",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 5,
|
|
"permission": "system:position:export",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 7,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "岗位导出",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 27,
|
|
"name": "创建角色",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "system:role:create",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 8,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "创建角色",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 28,
|
|
"name": "修改角色",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "system:role:update",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 8,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "修改角色",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 29,
|
|
"name": "删除角色",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 3,
|
|
"permission": "system:role:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 8,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "删除角色",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 30,
|
|
"name": "批量修改角色状态",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 4,
|
|
"permission": "system:role:patch",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 8,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "批量修改角色状态",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 31,
|
|
"name": "设置角色权限",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 8,
|
|
"permission": "system:role:permission",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 7,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "设置角色权限",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 32,
|
|
"name": "角色导出",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 6,
|
|
"permission": "system:role:export",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 8,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "角色导出",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 33,
|
|
"name": "创建用户",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "system:user:create",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 9,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "创建用户",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 34,
|
|
"name": "修改用户",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "system:user:update",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 9,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "修改用户",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 35,
|
|
"name": "删除用户",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 3,
|
|
"permission": "system:user:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 9,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "删除用户",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 36,
|
|
"name": "批量修改用户状态",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 4,
|
|
"permission": "system:user:patch",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 9,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "批量修改用户状态",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 37,
|
|
"name": "导出用户",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 5,
|
|
"permission": "system:user:export",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 9,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "导出用户",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 38,
|
|
"name": "导入用户",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 6,
|
|
"permission": "system:user:import",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 9,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "导入用户",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 39,
|
|
"name": "日志删除",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "system:operation_log:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 10,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "日志删除",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 40,
|
|
"name": "日志导出",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "system:operation_log:export",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 10,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "日志导出",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 41,
|
|
"name": "公告创建",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "system:notice:create",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 11,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "公告创建",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 42,
|
|
"name": "公告修改",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "system:notice:update",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 11,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "修改用户",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 43,
|
|
"name": "公告删除",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 3,
|
|
"permission": "system:notice:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 11,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "公告删除",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 44,
|
|
"name": "公告导出",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 4,
|
|
"permission": "system:notice:export",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 11,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "公告导出",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 45,
|
|
"name": "公告批量修改状态",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 5,
|
|
"permission": "system:notice:patch",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 11,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "公告批量修改状态",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 46,
|
|
"name": "创建配置",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "system:config:create",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 12,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "创建配置",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 47,
|
|
"name": "修改配置",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "system:config:update",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 12,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "修改配置",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 48,
|
|
"name": "删除配置",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 3,
|
|
"permission": "system:config:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 12,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "删除配置",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 49,
|
|
"name": "导出配置",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 4,
|
|
"permission": "system:config:export",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 12,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "导出配置",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 50,
|
|
"name": "配置上传",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 5,
|
|
"permission": "system:config:upload",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 12,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "配置上传",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 51,
|
|
"name": "创建字典类型",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "system:dict_type:create",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 13,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "创建字典类型",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 52,
|
|
"name": "修改字典类型",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "system:dict_type:update",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 13,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "修改字典类型",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 53,
|
|
"name": "删除字典类型",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 3,
|
|
"permission": "system:dict_type:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 13,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "删除字典类型",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 54,
|
|
"name": "导出字典类型",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 4,
|
|
"permission": "system:dict_type:export",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 13,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "导出字典类型",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 55,
|
|
"name": "批量修改字典状态",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 5,
|
|
"permission": "system:dict_type:patch",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 13,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "导出字典类型",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 56,
|
|
"name": "字典数据查询",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 6,
|
|
"permission": "system:dict_data:query",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 13,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "字典数据查询",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 57,
|
|
"name": "创建字典数据",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 7,
|
|
"permission": "system:dict_data:create",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 13,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "创建字典数据",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 58,
|
|
"name": "修改字典数据",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 8,
|
|
"permission": "system:dict_data:update",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 13,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "修改字典数据",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 59,
|
|
"name": "删除字典数据",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 9,
|
|
"permission": "system:dict_data:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 13,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "删除字典数据",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 60,
|
|
"name": "导出字典数据",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 10,
|
|
"permission": "system:dict_data:export",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 13,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "导出字典数据",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 61,
|
|
"name": "批量修改字典数据状态",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 11,
|
|
"permission": "system:dict_data:patch",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 13,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "批量修改字典数据状态",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 62,
|
|
"name": "监控管理",
|
|
"type": 1,
|
|
"icon": "monitor",
|
|
"order": 3,
|
|
"permission": null,
|
|
"route_name": "Monitor",
|
|
"route_path": "/monitor",
|
|
"component_path": null,
|
|
"parent_id": null,
|
|
"status": true,
|
|
"keep_alive": false,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "监控管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": "/monitor/online",
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 63,
|
|
"name": "任务管理",
|
|
"type": 2,
|
|
"icon": "el-icon-DataLine",
|
|
"order": 1,
|
|
"permission": "monitor:job:query",
|
|
"route_name": "Job",
|
|
"route_path": "/monitor/job",
|
|
"component_path": "monitor/job/index",
|
|
"parent_id": 62,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "任务管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 64,
|
|
"name": "创建任务",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "monitor:job:create",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 63,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "创建任务",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 65,
|
|
"name": "修改和操作任务",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "monitor:job:update",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 63,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "修改和操作任务",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 66,
|
|
"name": "删除和清除任务",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 3,
|
|
"permission": "monitor:job:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 63,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "删除和清除任务",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 67,
|
|
"name": "导出定时任务",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 4,
|
|
"permission": "monitor:job:export",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 63,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "导出定时任务",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 68,
|
|
"name": "在线用户",
|
|
"type": 2,
|
|
"icon": "el-icon-Headset",
|
|
"order": 2,
|
|
"permission": "monitor:online:query",
|
|
"route_name": "MonitorOnline",
|
|
"route_path": "/monitor/online",
|
|
"component_path": "monitor/online/index",
|
|
"parent_id": 62,
|
|
"status": true,
|
|
"keep_alive": false,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "在线用户",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 69,
|
|
"name": "在线用户强制下线",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "monitor:online:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 68,
|
|
"status": true,
|
|
"keep_alive": false,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "在线用户强制下线",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 70,
|
|
"name": "服务器监控",
|
|
"type": 2,
|
|
"icon": "el-icon-Odometer",
|
|
"order": 3,
|
|
"permission": "monitor:server:query",
|
|
"route_name": "MonitorServer",
|
|
"route_path": "/monitor/server",
|
|
"component_path": "monitor/server/index",
|
|
"parent_id": 62,
|
|
"status": true,
|
|
"keep_alive": false,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "服务器监控",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 71,
|
|
"name": "缓存监控",
|
|
"type": 2,
|
|
"icon": "el-icon-Stopwatch",
|
|
"order": 4,
|
|
"permission": "monitor:cache:query",
|
|
"route_name": "MonitorCache",
|
|
"route_path": "/monitor/cache",
|
|
"component_path": "monitor/cache/index",
|
|
"parent_id": 62,
|
|
"status": true,
|
|
"keep_alive": false,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "缓存监控",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 72,
|
|
"name": "清除缓存",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "monitor:cache:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 71,
|
|
"status": true,
|
|
"keep_alive": false,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "清除缓存",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 73,
|
|
"name": "公共模块",
|
|
"type": 1,
|
|
"icon": "document",
|
|
"order": 4,
|
|
"permission": null,
|
|
"route_name": "Common",
|
|
"route_path": "/common",
|
|
"component_path": null,
|
|
"parent_id": null,
|
|
"status": true,
|
|
"keep_alive": false,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "公共模块",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": "/common/docs",
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 74,
|
|
"name": "接口管理",
|
|
"type": 4,
|
|
"icon": "api",
|
|
"order": 1,
|
|
"permission": "common:docs:query",
|
|
"route_name": "Docs",
|
|
"route_path": "/common/docs",
|
|
"component_path": "common/docs/index",
|
|
"parent_id": 73,
|
|
"status": true,
|
|
"keep_alive": false,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "接口管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 75,
|
|
"name": "文档管理",
|
|
"type": 4,
|
|
"icon": "el-icon-Document",
|
|
"order": 2,
|
|
"permission": "common:redoc:query",
|
|
"route_name": "Redoc",
|
|
"route_path": "/common/redoc",
|
|
"component_path": "common/redoc/index",
|
|
"parent_id": 73,
|
|
"status": true,
|
|
"keep_alive": false,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "文档管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 76,
|
|
"name": "演示模块",
|
|
"type": 1,
|
|
"icon": "el-icon-Document",
|
|
"order": 5,
|
|
"permission": null,
|
|
"route_name": "Demo",
|
|
"route_path": "/demo",
|
|
"component_path": null,
|
|
"parent_id": null,
|
|
"status": true,
|
|
"keep_alive": false,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "演示模块",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": "/demo/example",
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 77,
|
|
"name": "示例管理",
|
|
"type": 2,
|
|
"icon": "el-icon-DataLine",
|
|
"order": 1,
|
|
"permission": "demo:example:query",
|
|
"route_name": "Example",
|
|
"route_path": "/demo/example",
|
|
"component_path": "demo/example/index",
|
|
"parent_id": 76,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "示例管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 78,
|
|
"name": "创建示例",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "demo:example:create",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 77,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "创建示例",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 79,
|
|
"name": "更新示例",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "demo:example:update",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 77,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "更新示例",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 80,
|
|
"name": "删除示例",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 3,
|
|
"permission": "demo:example:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 77,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "删除示例",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 81,
|
|
"name": "批量修改示例状态",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 4,
|
|
"permission": "demo:example:patch",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 77,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "批量修改示例状态",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 82,
|
|
"name": "导出示例",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 5,
|
|
"permission": "demo:example:export",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 77,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "导出示例",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 83,
|
|
"name": "导入示例",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 6,
|
|
"permission": "demo:example:import",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 77,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "导入示例",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{ "id": 84,
|
|
"name": "下载导入示例模版",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 7,
|
|
"permission": "demo:example:download",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 77,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "下载导入示例模版",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 85,
|
|
"name": "应用管理",
|
|
"type": 1,
|
|
"icon": "applications",
|
|
"order": 6,
|
|
"permission": null,
|
|
"route_name": "Application",
|
|
"route_path": "/application",
|
|
"component_path": null,
|
|
"parent_id": null,
|
|
"status": true,
|
|
"keep_alive": false,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "应用管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": "/application/myapp",
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 86,
|
|
"name": "我的应用",
|
|
"type": 2,
|
|
"icon": "system-application",
|
|
"order": 1,
|
|
"permission": "application:myapp:query",
|
|
"route_name": "ApplicationSystem",
|
|
"route_path": "/application/myapp",
|
|
"component_path": "application/myapp/index",
|
|
"parent_id": 85,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "应用系统管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 87,
|
|
"name": "创建应用",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "application:myapp:create",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 86,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "创建应用",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 88,
|
|
"name": "修改应用",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "application:myapp:update",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 86,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "修改应用",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 89,
|
|
"name": "删除应用",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 3,
|
|
"permission": "application:myapp:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 86,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "删除应用",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 90,
|
|
"name": "批量修改应用状态",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 4,
|
|
"permission": "application:myapp:patch",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 86,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "批量修改应用状态",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 91,
|
|
"name": "资源管理",
|
|
"type": 1,
|
|
"icon": "folder",
|
|
"order": 7,
|
|
"permission": null,
|
|
"route_name": "Resource",
|
|
"route_path": "/resource",
|
|
"component_path": null,
|
|
"parent_id": null,
|
|
"status": true,
|
|
"keep_alive": false,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "资源管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": "/resource/file",
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 92,
|
|
"name": "文件管理",
|
|
"type": 2,
|
|
"icon": "el-icon-FolderOpened",
|
|
"order": 1,
|
|
"permission": "resource:file:query",
|
|
"route_name": "ResourceFile",
|
|
"route_path": "/resource/file",
|
|
"component_path": "resource/file/index",
|
|
"parent_id": 91,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "文件管理",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 93,
|
|
"name": "文件上传",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 1,
|
|
"permission": "resource:file:upload",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 92,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "文件上传",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 94,
|
|
"name": "文件下载",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 2,
|
|
"permission": "resource:file:download",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 92,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "文件下载",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 95,
|
|
"name": "文件删除",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 3,
|
|
"permission": "resource:file:delete",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 92,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "文件删除",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 96,
|
|
"name": "文件移动",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 4,
|
|
"permission": "resource:file:move",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 92,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "文件移动",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 97,
|
|
"name": "文件复制",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 5,
|
|
"permission": "resource:file:copy",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 92,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "文件复制",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 98,
|
|
"name": "文件重命名",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 6,
|
|
"permission": "resource:file:rename",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 92,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "文件重命名",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 99,
|
|
"name": "创建目录",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 7,
|
|
"permission": "resource:file:create_dir",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 92,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "创建目录",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 100,
|
|
"name": "文件搜索",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 8,
|
|
"permission": "resource:file:search",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 92,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "文件搜索",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
},
|
|
{
|
|
"id": 101,
|
|
"name": "导出文件列表",
|
|
"type": 3,
|
|
"icon": null,
|
|
"order": 9,
|
|
"permission": "resource:file:export",
|
|
"route_name": null,
|
|
"route_path": null,
|
|
"component_path": null,
|
|
"parent_id": 92,
|
|
"status": true,
|
|
"keep_alive": true,
|
|
"hidden": false,
|
|
"always_show": false,
|
|
"title": "导出文件列表",
|
|
"params": null,
|
|
"affix": false,
|
|
"redirect": null,
|
|
"description": "初始化数据"
|
|
}
|
|
] |