43 lines
858 B
JSON
43 lines
858 B
JSON
[
|
|
{
|
|
"catalog": "存储",
|
|
"icon": "",
|
|
"name": "oss",
|
|
"label": "对象存储",
|
|
"menus": [
|
|
{
|
|
"name": "bucket",
|
|
"url": "/oss/bucket",
|
|
"label": "桶管理",
|
|
"operation": {
|
|
"resource": "bucket",
|
|
"method": "list"
|
|
},
|
|
"submenus": [
|
|
{
|
|
"label": "管理",
|
|
"notResource": true,
|
|
"isOperation": true,
|
|
"operation": {
|
|
"resource": "manage",
|
|
"method": "list"
|
|
},
|
|
"submenus": [
|
|
{
|
|
"label": "对象管理",
|
|
"operation": {
|
|
"method": "list",
|
|
"resource": "object"
|
|
},
|
|
"submenus": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
|
|
|