company_components_web/mock/menu.json

32 lines
827 B
JSON
Raw Normal View History

2025-11-18 09:22:29 +08:00
[
{
"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": "text"
}
}
]
}
]