Files
FastapiAdmin/backend/app/scripts/data/system_menu.json
T
zhangtao 7e38dcaf4f update: redis配置适配密码格式
create:加入自动化测试管理模块
2025-02-11 17:00:55 +08:00

1676 lines
36 KiB
JSON

[
{
"id": 1,
"name": "仪表盘",
"type": 1,
"icon": "DashboardOutlined",
"order": 1,
"permission": "dashboard:workplace:query",
"route_name": "Dashboard",
"route_path": "/dashboard",
"component_path": "dashboard/workplace",
"parent_id": null,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 2,
"name": "系统管理",
"type": 1,
"icon": "SettingOutlined",
"order": 2,
"permission": null,
"route_name": "System",
"route_path": "/system",
"component_path": null,
"parent_id": null,
"available": true,
"cache": true,
"hidden": false,
"redirect": "/system/menu",
"description": "初始化数据",
"creator_id": 1
},
{
"id": 3,
"name": "菜单管理",
"type": 2,
"icon": null,
"order": 1,
"permission": "system:menu:query",
"route_name": "Menu",
"route_path": "/system/menu",
"component_path": "system/menu/index",
"parent_id": 2,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 4,
"name": "部门管理",
"type": 2,
"icon": null,
"order": 2,
"permission": "system:dept:query",
"route_name": "Dept",
"route_path": "/system/dept",
"component_path": "system/dept/index",
"parent_id": 2,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 5,
"name": "岗位管理",
"type": 2,
"icon": null,
"order": 3,
"permission": "system:position:query",
"route_name": "Position",
"route_path": "/system/position",
"component_path": "system/position/index",
"parent_id": 2,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 6,
"name": "角色管理",
"type": 2,
"icon": null,
"order": 4,
"permission": "system:role:query",
"route_name": "Role",
"route_path": "/system/role",
"component_path": "system/role/index",
"parent_id": 2,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 7,
"name": "用户管理",
"type": 2,
"icon": null,
"order": 5,
"permission": "system:user:query",
"route_name": "User",
"route_path": "/system/user",
"component_path": "system/user/index",
"parent_id": 2,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 8,
"name": "日志管理",
"type": 2,
"icon": null,
"order": 6,
"permission": "system:log:query",
"route_name": "Log",
"route_path": "/system/log",
"component_path": "system/log/index",
"parent_id": 2,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 9,
"name": "创建菜单",
"type": 3,
"icon": null,
"order": 1,
"permission": "system:menu:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 3,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 10,
"name": "修改菜单",
"type": 3,
"icon": null,
"order": 2,
"permission": "system:menu:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 3,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 11,
"name": "删除菜单",
"type": 3,
"icon": null,
"order": 3,
"permission": "system:menu:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 3,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 12,
"name": "批量修改菜单状态",
"type": 3,
"icon": null,
"order": 4,
"permission": "system:menu:patch",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 3,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 13,
"name": "创建部门",
"type": 3,
"icon": null,
"order": 1,
"permission": "system:dept:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 4,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 14,
"name": "修改部门",
"type": 3,
"icon": null,
"order": 2,
"permission": "system:dept:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 4,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 15,
"name": "删除部门",
"type": 3,
"icon": null,
"order": 3,
"permission": "system:dept:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 4,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 16,
"name": "批量修改部门状态",
"type": 3,
"icon": null,
"order": 4,
"permission": "system:dept:patch",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 4,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 17,
"name": "创建岗位",
"type": 3,
"icon": null,
"order": 1,
"permission": "system:position:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 5,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 18,
"name": "修改岗位",
"type": 3,
"icon": null,
"order": 2,
"permission": "system:position:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 5,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 19,
"name": "删除岗位",
"type": 3,
"icon": null,
"order": 3,
"permission": "system:position:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 5,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 20,
"name": "批量修改岗位状态",
"type": 3,
"icon": null,
"order": 4,
"permission": "system:position:patch",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 5,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 21,
"name": "岗位导出",
"type": 3,
"icon": null,
"order": 5,
"permission": "system:position:export",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 5,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 22,
"name": "创建角色",
"type": 3,
"icon": null,
"order": 1,
"permission": "system:role:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 6,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 23,
"name": "修改角色",
"type": 3,
"icon": null,
"order": 2,
"permission": "system:role:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 6,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 24,
"name": "删除角色",
"type": 3,
"icon": null,
"order": 3,
"permission": "system:role:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 6,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 25,
"name": "批量修改角色状态",
"type": 3,
"icon": null,
"order": 4,
"permission": "system:role:patch",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 6,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 26,
"name": "设置角色权限",
"type": 3,
"icon": null,
"order": 5,
"permission": "system:role:permission",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 6,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 27,
"name": "角色导出",
"type": 3,
"icon": null,
"order": 6,
"permission": "system:role:export",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 6,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 28,
"name": "创建用户",
"type": 3,
"icon": null,
"order": 1,
"permission": "system:user:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 7,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 29,
"name": "修改用户",
"type": 3,
"icon": null,
"order": 2,
"permission": "system:user:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 7,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 30,
"name": "删除用户",
"type": 3,
"icon": null,
"order": 3,
"permission": "system:user:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 7,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 31,
"name": "批量修改用户状态",
"type": 3,
"icon": null,
"order": 4,
"permission": "system:user:patch",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 7,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 32,
"name": "导出用户",
"type": 3,
"icon": null,
"order": 5,
"permission": "system:user:export",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 7,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 33,
"name": "导入用户",
"type": 3,
"icon": null,
"order": 6,
"permission": "system:user:import",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 7,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 34,
"name": "日志删除",
"type": 3,
"icon": null,
"order": 1,
"permission": "system:operation_log:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 8,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 35,
"name": "日志导出",
"type": 3,
"icon": null,
"order": 2,
"permission": "system:operation_log:export",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 8,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 36,
"name": "监控管理",
"type": 1,
"icon": "MonitorOutlined",
"order": 3,
"permission": null,
"route_name": "Monitor",
"route_path": "/monitor",
"component_path": null,
"parent_id": null,
"available": true,
"cache": true,
"hidden": false,
"redirect": "/monitor/online",
"description": "初始化数据",
"creator_id": 1
},
{
"id": 37,
"name": "在线用户",
"type": 2,
"icon": null,
"order": 1,
"permission": "monitor:online:query",
"route_name": "MonitorOnline",
"route_path": "/monitor/online",
"component_path": "monitor/online/index",
"parent_id": 36,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 38,
"name": "在线用户强制下线",
"type": 3,
"icon": null,
"order": 1,
"permission": "monitor:online:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 37,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 39,
"name": "服务器监控",
"type": 2,
"icon": null,
"order": 2,
"permission": "monitor:server:query",
"route_name": "MonitorServer",
"route_path": "/monitor/server",
"component_path": "monitor/server/index",
"parent_id": 36,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 40,
"name": "缓存监控",
"type": 2,
"icon": null,
"order": 3,
"permission": "monitor:cache:query",
"route_name": "MonitorCache",
"route_path": "/monitor/cache",
"component_path": "monitor/cache/index",
"parent_id": 36,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 41,
"name": "清除缓存",
"type": 3,
"icon": null,
"order": 1,
"permission": "monitor:cache:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 40,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 42,
"name": "公共模块",
"type": 1,
"icon": "ApiOutlined",
"order": 4,
"permission": null,
"route_name": "Common",
"route_path": "/common",
"component_path": null,
"parent_id": null,
"available": true,
"cache": true,
"hidden": false,
"redirect": "/common/docs",
"description": "初始化数据",
"creator_id": 1
},
{
"id": 43,
"name": "接口管理",
"type": 2,
"icon": null,
"order": 1,
"permission": "common:docs:query",
"route_name": "Docs",
"route_path": "/common/docs",
"component_path": "common/docs/index",
"parent_id": 42,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 44,
"name": "文档管理",
"type": 2,
"icon": null,
"order": 2,
"permission": "common:redoc:query",
"route_name": "Redoc",
"route_path": "/common/redoc",
"component_path": "common/redoc/index",
"parent_id": 42,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 45,
"name": "公告管理",
"type": 2,
"icon": null,
"order": 7,
"permission": "system:notice:query",
"route_name": "Notice",
"route_path": "/system/notice",
"component_path": "system/notice/index",
"parent_id": 2,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 46,
"name": "公告创建",
"type": 3,
"icon": null,
"order": 1,
"permission": "system:notice:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 45,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 47,
"name": "公告修改",
"type": 3,
"icon": null,
"order": 2,
"permission": "system:notice:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 45,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 48,
"name": "公告删除",
"type": 3,
"icon": null,
"order": 3,
"permission": "system:notice:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 45,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 49,
"name": "公告导出",
"type": 3,
"icon": null,
"order": 4,
"permission": "system:notice:export",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 45,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 50,
"name": "公告批量修改状态",
"type": 3,
"icon": null,
"order": 5,
"permission": "system:notice:patch",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 45,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 51,
"name": "配置管理",
"type": 2,
"icon": null,
"order": 8,
"permission": "system:config:query",
"route_name": "Config",
"route_path": "/system/config",
"component_path": "system/config/index",
"parent_id": 2,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 52,
"name": "创建配置",
"type": 3,
"icon": null,
"order": 1,
"permission": "system:config:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 51,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 53,
"name": "修改配置",
"type": 3,
"icon": null,
"order": 2,
"permission": "system:config:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 51,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 54,
"name": "删除配置",
"type": 3,
"icon": null,
"order": 3,
"permission": "system:config:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 51,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 55,
"name": "批量更新配置",
"type": 3,
"icon": null,
"order": 4,
"permission": "system:config:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 51,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 56,
"name": "文件上传",
"type": 3,
"icon": null,
"order": 5,
"permission": "system:config:upload",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 51,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 57,
"name": "自动化管理",
"type": 1,
"icon": "RocketOutlined",
"order": 5,
"permission": null,
"route_name": "AutoTest",
"route_path": "/autotest",
"component_path": null,
"parent_id": null,
"available": true,
"cache": true,
"hidden": false,
"redirect": "/autotest/project",
"description": "初始化数据",
"creator_id": 1
},
{
"id": 58,
"name": "项目管理",
"type": 2,
"icon": null,
"order": 1,
"permission": "autotest:project:query",
"route_name": "Project",
"route_path": "/autotest/project",
"component_path": "autotest/project/index",
"parent_id": 57,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 59,
"name": "创建项目",
"type": 3,
"icon": null,
"order": 1,
"permission": "autotest:project:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 58,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 60,
"name": "修改项目",
"type": 3,
"icon": null,
"order": 2,
"permission": "autotest:project:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 58,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 61,
"name": "删除项目",
"type": 3,
"icon": null,
"order": 3,
"permission": "autotest:project:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 58,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 62,
"name": "通知配置",
"type": 2,
"icon": null,
"order": 2,
"permission": "autotest:notificationconfig:query",
"route_name": "NotificationConfig",
"route_path": "/autotest/notificationconfig",
"component_path": "autotest/notificationconfig/index",
"parent_id": 57,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 63,
"name": "创建通知配置",
"type": 3,
"icon": null,
"order": 1,
"permission": "autotest:notificationconfig:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 62,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 64,
"name": "修改通知配置",
"type": 3,
"icon": null,
"order": 2,
"permission": "autotest:notificationconfig:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 62,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 65,
"name": "删除通知配置",
"type": 3,
"icon": null,
"order": 3,
"permission": "autotest:notificationconfig:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 62,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 66,
"name": "环境管理",
"type": 2,
"icon": null,
"order": 3,
"permission": "autotest:environment:query",
"route_name": "Environment",
"route_path": "/autotest/environment",
"component_path": "autotest/environment/index",
"parent_id": 57,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 67,
"name": "创建环境",
"type": 3,
"icon": null,
"order": 1,
"permission": "autotest:environment:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 66,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 68,
"name": "修改环境",
"type": 3,
"icon": null,
"order": 2,
"permission": "autotest:environment:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 66,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 69,
"name": "删除环境",
"type": 3,
"icon": null,
"order": 3,
"permission": "autotest:environment:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 66,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 70,
"name": "接口用例",
"type": 2,
"icon": null,
"order": 4,
"permission": "autotest:apicase:query",
"route_name": "ApiCase",
"route_path": "/autotest/apicase",
"component_path": "autotest/apicase/index",
"parent_id": 57,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 71,
"name": "创建接口用例",
"type": 3,
"icon": null,
"order": 1,
"permission": "autotest:apicase:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 70,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 72,
"name": "修改接口用例",
"type": 3,
"icon": null,
"order": 2,
"permission": "autotest:apicase:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 70,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 73,
"name": "删除接口用例",
"type": 3,
"icon": null,
"order": 3,
"permission": "autotest:apicase:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 70,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 74,
"name": "全局参数",
"type": 2,
"icon": null,
"order": 5,
"permission": "autotest:globaldata:query",
"route_name": "GlobalData",
"route_path": "/autotest/globaldata",
"component_path": "autotest/globaldata/index",
"parent_id": 57,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 75,
"name": "创建全局参数",
"type": 3,
"icon": null,
"order": 1,
"permission": "autotest:globaldata:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 74,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 76,
"name": "修改全局参数",
"type": 3,
"icon": null,
"order": 2,
"permission": "autotest:globaldata:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 74,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 77,
"name": "删除全局参数",
"type": 3,
"icon": null,
"order": 3,
"permission": "autotest:apicase:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 74,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 78,
"name": "套件管理",
"type": 2,
"icon": null,
"order": 6,
"permission": "autotest:suite:query",
"route_name": "Suite",
"route_path": "/autotest/suite",
"component_path": "autotest/suite/index",
"parent_id": 57,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 79,
"name": "新增套件",
"type": 3,
"icon": null,
"order": 1,
"permission": "autotest:suite:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 78,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 80,
"name": "修改套件",
"type": 3,
"icon": null,
"order": 2,
"permission": "autotest:suite:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 78,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 81,
"name": "删除套件",
"type": 3,
"icon": null,
"order": 3,
"permission": "autotest:suite:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 78,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 82,
"name": "任务管理",
"type": 2,
"icon": null,
"order": 7,
"permission": "autotest:task:query",
"route_name": "Task",
"route_path": "/autotest/task",
"component_path": "autotest/task/index",
"parent_id": 57,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 83,
"name": "创建任务",
"type": 3,
"icon": null,
"order": 1,
"permission": "autotest:task:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 82,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 84,
"name": "修改任务",
"type": 3,
"icon": null,
"order": 2,
"permission": "autotest:task:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 82,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 85,
"name": "删除任务",
"type": 3,
"icon": null,
"order": 3,
"permission": "autotest:task:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 82,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 86,
"name": "报告管理",
"type": 2,
"icon": null,
"order": 8,
"permission": "autotest:report:query",
"route_name": "Report",
"route_path": "/autotest/report",
"component_path": "autotest/report/index",
"parent_id": 57,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 87,
"name": "创建报告",
"type": 3,
"icon": null,
"order": 1,
"permission": "autotest:report:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 86,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 88,
"name": "修改报告",
"type": 3,
"icon": null,
"order": 2,
"permission": "autotest:report:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 86,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 89,
"name": "删除报告",
"type": 3,
"icon": null,
"order": 3,
"permission": "autotest:report:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 86,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 90,
"name": "模块管理",
"type": 2,
"icon": null,
"order": 9,
"permission": "autotest:module:query",
"route_name": "Module",
"route_path": "/autotest/module",
"component_path": "autotest/module/index",
"parent_id": 57,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 91,
"name": "创建模块",
"type": 3,
"icon": null,
"order": 1,
"permission": "autotest:module:create",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 90,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 92,
"name": "修改模块",
"type": 3,
"icon": null,
"order": 2,
"permission": "autotest:module:update",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 90,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
},
{
"id": 93,
"name": "删除模块",
"type": 3,
"icon": null,
"order": 3,
"permission": "autotest:module:delete",
"route_name": null,
"route_path": null,
"component_path": null,
"parent_id": 90,
"available": true,
"cache": true,
"hidden": false,
"redirect": null,
"description": "初始化数据",
"creator_id": 1
}
]