108 lines
1.8 KiB
JSON
108 lines
1.8 KiB
JSON
{
|
|
"code": 200,
|
|
"data": {
|
|
"userInfo": {
|
|
"userId": "1",
|
|
"userName": "Administrator"
|
|
},
|
|
"menuList": [{
|
|
"name": "组件",
|
|
"path": "/vab",
|
|
"meta": {
|
|
"icon": "el-icon-takeaway-box"
|
|
},
|
|
"children": []
|
|
},
|
|
{
|
|
"name": "布局",
|
|
"path": "/layout",
|
|
"meta": {
|
|
"icon": "el-icon-files"
|
|
},
|
|
"children": [{
|
|
"path": "/layout/list",
|
|
"name": "列表",
|
|
"meta": {},
|
|
"component": "list"
|
|
},
|
|
{
|
|
"path": "/layout/show",
|
|
"name": "详情",
|
|
"meta": {},
|
|
"component": "show"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "其他",
|
|
"path": "/other",
|
|
"meta": {
|
|
"icon": "el-icon-more"
|
|
},
|
|
"children": [
|
|
{
|
|
"path": "/link",
|
|
"name": "外部链接",
|
|
"meta": {
|
|
"icon": "el-icon-link"
|
|
},
|
|
"children": [
|
|
{
|
|
"path": "https://baidu.com",
|
|
"name": "百度",
|
|
"meta": {
|
|
"target": "_blank"
|
|
}
|
|
},
|
|
{
|
|
"path": "https://www.google.cn",
|
|
"name": "谷歌",
|
|
"meta": {
|
|
"target": "_blank"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"path": "/iframe",
|
|
"name": "Iframe",
|
|
"meta": {
|
|
"icon": "el-icon-position"
|
|
},
|
|
"children": [
|
|
{
|
|
"path": "https://vue3js.cn/docs/zh/",
|
|
"name": "VUE 3"
|
|
},
|
|
{
|
|
"path": "https://element-plus.org?id=1",
|
|
"name": "Element Plus"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"path": "/other/lala",
|
|
"name": "404",
|
|
"meta": {},
|
|
"component": "lala"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "配置",
|
|
"path": "/setting",
|
|
"meta": {
|
|
"icon": "el-icon-setting"
|
|
},
|
|
"children": [{
|
|
"path": "/setting/1",
|
|
"name": "setting1",
|
|
"meta": {},
|
|
"component": "lala"
|
|
}]
|
|
}
|
|
]
|
|
},
|
|
"message": ""
|
|
}
|