mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2026-01-26 01:08:10 +00:00
100 lines
3.4 KiB
JSON
100 lines
3.4 KiB
JSON
[
|
|
{
|
|
"name": "用户管理",
|
|
"router": null,
|
|
"perms": null,
|
|
"type": 0,
|
|
"icon": "icon-user",
|
|
"orderNum": 8,
|
|
"viewPath": null,
|
|
"keepAlive": true,
|
|
"isShow": true,
|
|
"childMenus": [
|
|
{
|
|
"name": "用户列表",
|
|
"router": "/user/list",
|
|
"perms": null,
|
|
"type": 1,
|
|
"icon": "icon-menu",
|
|
"orderNum": 1,
|
|
"viewPath": "modules/user/views/list.vue",
|
|
"keepAlive": true,
|
|
"isShow": true,
|
|
"childMenus": [
|
|
{
|
|
"name": "删除",
|
|
"router": null,
|
|
"perms": "user:info:delete",
|
|
"type": 2,
|
|
"icon": null,
|
|
"orderNum": 0,
|
|
"viewPath": null,
|
|
"keepAlive": true,
|
|
"isShow": true,
|
|
"childMenus": []
|
|
},
|
|
{
|
|
"name": "修改",
|
|
"router": null,
|
|
"perms": "user:info:update,user:info:info",
|
|
"type": 2,
|
|
"icon": null,
|
|
"orderNum": 0,
|
|
"viewPath": null,
|
|
"keepAlive": true,
|
|
"isShow": true,
|
|
"childMenus": []
|
|
},
|
|
{
|
|
"name": "单个信息",
|
|
"router": null,
|
|
"perms": "user:info:info",
|
|
"type": 2,
|
|
"icon": null,
|
|
"orderNum": 0,
|
|
"viewPath": null,
|
|
"keepAlive": true,
|
|
"isShow": true,
|
|
"childMenus": []
|
|
},
|
|
{
|
|
"name": "列表查询",
|
|
"router": null,
|
|
"perms": "user:info:list",
|
|
"type": 2,
|
|
"icon": null,
|
|
"orderNum": 0,
|
|
"viewPath": null,
|
|
"keepAlive": true,
|
|
"isShow": true,
|
|
"childMenus": []
|
|
},
|
|
{
|
|
"name": "分页查询",
|
|
"router": null,
|
|
"perms": "user:info:page",
|
|
"type": 2,
|
|
"icon": null,
|
|
"orderNum": 0,
|
|
"viewPath": null,
|
|
"keepAlive": true,
|
|
"isShow": true,
|
|
"childMenus": []
|
|
},
|
|
{
|
|
"name": "新增",
|
|
"router": null,
|
|
"perms": "user:info:add",
|
|
"type": 2,
|
|
"icon": null,
|
|
"orderNum": 0,
|
|
"viewPath": null,
|
|
"keepAlive": true,
|
|
"isShow": true,
|
|
"childMenus": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
] |