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.

57 lines
1.3 KiB

{
"status": 0,
"msg": "",
"data": {
"pages": [
{
"label": "Home",
"url": "/",
"redirect": "/crud/list"
},
{
"label": "消息模板管理",
"children": [
{
"label": "消息模板管理",
"url": "/crud",
"rewrite": "/crud/list",
"icon": "fa fa-cube",
"children": [
{
"label": "新增模板",
"url": "/crud/new",
"icon": "fa fa-plus",
"schemaApi": "get:/pages/crud-new.json"
},
{
"label": "模板列表",
"url": "/crud/list",
"icon": "fa fa-list",
"schemaApi": "get:/pages/crud-list.json"
},
{
"url": "/crud/:id",
"schemaApi": "get:/pages/crud-view.json"
},
{
"url": "/crud/:id/edit",
"schemaApi": "get:/pages/crud-edit.json"
}
]
}
]
},
{
"label": "数据管理",
"children": [
{
"label": "全链路追踪",
"link": "http://gitee.com/zhongfucheng/austin"
}
]
}
]
}
}