项目初始化
This commit is contained in:
22
src/assets/mocks/menu-data.json
Normal file
22
src/assets/mocks/menu-data.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"menu": [
|
||||
{
|
||||
"text": "主导航",
|
||||
"group": true,
|
||||
"hideInBreadcrumb": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "DEMO页面",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/dashboard"
|
||||
},
|
||||
{
|
||||
"text": "快捷菜单",
|
||||
"icon": "anticon anticon-rocket",
|
||||
"shortcutRoot": true,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user