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.
93 lines
2.4 KiB
93 lines
2.4 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": "全链路追踪",
|
|
"url": "/crud",
|
|
"rewrite": "/crud/list",
|
|
"icon": "fa fa-cube",
|
|
"children": [
|
|
{
|
|
"url": "trace/user",
|
|
"label": "用户全链路追踪",
|
|
"schemaApi": "get:/pages/trace-user.json"
|
|
},
|
|
{
|
|
"url": "trace/messageTemplate",
|
|
"label": "消息模板全链路追踪",
|
|
"schemaApi": "get:/pages/trace-message-template.json"
|
|
},
|
|
{
|
|
"url": "trace/sms",
|
|
"label": "短信下发查询",
|
|
"schemaApi": "get:/pages/trace-sms.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "素材管理",
|
|
"children": [
|
|
{
|
|
"label": "渠道物料管理",
|
|
"url": "/crud",
|
|
"rewrite": "/crud/list",
|
|
"icon": "fa fa-cube",
|
|
"children": [
|
|
{
|
|
"url": "material/upload",
|
|
"label": "上传素材",
|
|
"schemaApi": "get:/pages/material-upload.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|