You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
941 B
44 lines
941 B
[
|
|
{
|
|
"catalog": "运营维护",
|
|
"icon": "",
|
|
"name": "operations",
|
|
"label": "运营管理",
|
|
"authModuleNames": [
|
|
"tenant"
|
|
],
|
|
"menus": [
|
|
{
|
|
"label": "租户",
|
|
"name": "tenant",
|
|
"url": "/operations/Tenant",
|
|
"operation": {
|
|
"method": "list",
|
|
"resource": "tenant"
|
|
},
|
|
"isGlobal": true,
|
|
"submenus": [
|
|
{
|
|
"label": "租户管理",
|
|
"url": "/operations/Tenant",
|
|
"operation": {
|
|
"method": "list",
|
|
"resource": "Tenant"
|
|
},
|
|
"submenus": [
|
|
]
|
|
},
|
|
{
|
|
"label": "审批中心",
|
|
"url": "/operations/Approval",
|
|
"operation": {
|
|
"method": "list",
|
|
"resource": "Approval"
|
|
},
|
|
"submenus": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
|