添加zorro,alain样例
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user