Files
FastapiAdmin/backend/app/scripts/data/system_menu.json
T
zhangtao 18bcd1961c feat: 添加演示模块并优化日期选择器组件
refactor: 重构文件导入组件为通用组件

fix: 修复导出文件名统一问题

docs: 更新README添加二次开发教程

style: 统一系统管理页面的日期选择器实现

chore: 更新数据库迁移脚本和初始化数据

perf: 优化前端页面日期范围选择交互

test: 添加演示模块相关测试文件

build: 更新依赖项配置

ci: 调整CI/CD脚本配置
2025-08-03 17:33:24 +08:00

1765 lines
39 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": "初始化数据"
}
]