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.
131 lines
3.4 KiB
131 lines
3.4 KiB
{
|
|
"status": 0,
|
|
"msg": "",
|
|
"data": {
|
|
"pages": [
|
|
{
|
|
"label": "Home",
|
|
"url": "/",
|
|
"redirect": "/crud/list"
|
|
},
|
|
{
|
|
"label": "模板管理",
|
|
"children": [
|
|
{
|
|
"label": "消息模板管理",
|
|
"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": "全链路追踪",
|
|
"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/messageHive",
|
|
"label": "离线明细全链路追踪",
|
|
"schemaApi": "get:/pages/trace-message-hive.json"
|
|
},
|
|
{
|
|
"url": "trace/sms",
|
|
"label": "短信下发数据查询",
|
|
"schemaApi": "get:/pages/trace-sms.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "素材管理",
|
|
"children": [
|
|
{
|
|
"label": "渠道物料管理",
|
|
"icon": "fa fa-cube",
|
|
"children": [
|
|
{
|
|
"url": "material/upload",
|
|
"label": "上传素材",
|
|
"schemaApi": "get:/pages/material-upload.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "账号管理",
|
|
"children": [
|
|
{
|
|
"label": "渠道账号管理",
|
|
"icon": "fa fa-cube",
|
|
"children": [
|
|
{
|
|
"label": "新增账号",
|
|
"url": "/account/new",
|
|
"icon": "fa fa-plus",
|
|
"schemaApi": "get:/pages/account-new.json"
|
|
},
|
|
{
|
|
"url": "account/list",
|
|
"label": "渠道账号",
|
|
"icon": "fa fa-list",
|
|
"schemaApi": "get:/pages/account-list.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "用户管理",
|
|
"children": [
|
|
{
|
|
"label": "登录注册",
|
|
"icon": "fa fa-cube",
|
|
"children": [
|
|
{
|
|
"url": "/user/login",
|
|
"label": "用户登录",
|
|
"schemaApi": "get:/pages/user-login.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|