ok-admin/data/permission/tree.json

60 lines
1.8 KiB
JSON

[
{
"title": "根目录",
"spread": true,
"children": [
{
"title": "会员管理",
"spread": true,
"children": [
{
"title": "用户管理",
"spread": true,
"children": [
{
"title": "添加用户"
},
{
"title": "编辑用户"
},
{
"title": "删除用户"
}
]
},
{
"title": "角色管理",
"spread": true,
"children": [
{
"title": "添加角色"
},
{
"title": "编辑角色"
},
{
"title": "删除角色"
}
]
},
{
"title": "权限管理",
"spread": true,
"children": [
{
"title": "添加权限"
},
{
"title": "编辑权限"
},
{
"title": "删除权限"
}
]
}
]
}
]
}
]