ys_sms_sending_web/mock/menu.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2026-01-26 10:11:17 +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"
}
},
{
"name": "ShowTable",
"path": "showTable",
"hidden": false,
"component": "showComponents/showTable/index",
"meta": {
"title": "表格组件",
"icon": "table",
"noCache": false,
"link": null
}
}
]
}
]