company_components_web/mock/menu.json

62 lines
1.8 KiB
JSON

[
{
"path": "/showComponents",
"component": "Layout",
"redirect": "noRedirect",
"meta": {
"title": "组件展示",
"icon": "component"
},
"children": [
{
"path": "showButton",
"component": "showComponents/showButton/index",
"name": "showButton",
"meta": {
"title": "按钮组件",
"icon": "button"
}
},
{
"path": "showText",
"component": "showComponents/showText/index",
"name": "showText",
"meta": {
"title": "文本组件",
"icon": "table"
}
},
{
"name": "ShowTable",
"path": "showTable",
"hidden": false,
"component": "showComponents/showTable/index",
"meta": {
"title": "表格组件",
"icon": "table",
"noCache": false,
"link": null
}
},
{
"path": "showMap",
"component": "showComponents/showMap/index",
"name": "showMap",
"meta": {
"title": "地图组件",
"icon": "table"
}
},
{
"path": "showDialog",
"component": "showComponents/showDialog/index",
"name": "showDialog",
"meta": {
"title": "弹窗组件",
"icon": "table"
}
}
]
}
]