添加zorro,alain样例

This commit is contained in:
Taric Xin
2021-11-27 17:17:55 +08:00
parent 8e2bd3e502
commit d4bd35b9df
25 changed files with 803 additions and 297 deletions

View File

@ -1,22 +1,32 @@
{
"menu": [
{
"text": "主导航",
"group": true,
"text": "样例",
"hideInBreadcrumb": true,
"children": [
{
"text": "DEMO页面",
"text": "仪表盘",
"icon": "anticon anticon-dashboard",
"link": "/dashboard"
},
{
"text": "快捷菜单",
"icon": "anticon anticon-rocket",
"shortcutRoot": true,
"children": []
"text": "样例",
"icon": "anticon anticon-dashboard",
"group": true,
"children": [
{
"text": "Zorro案例",
"icon": "anticon anticon-dashboard",
"link": "/demo/zorro"
},
{
"text": "Alain案例",
"icon": "anticon anticon-dashboard",
"link": "/demo/alain"
}
]
}
]
}
]
}
}