Commit fdace644 by 牛晓林

添加菜单

parent 7d09a2a7
......@@ -10,13 +10,87 @@
},
"menu": [
{
"text":"导航",
"group": true,
"hideInBreadcrumb": true,
"icon": "anticon anticon-dashboard",
"children":[ {
"text": "用户中心",
"link": "/usercenter",
"children":[
{
"text":"个人中心"
},
{
"text":"事务管理"
},
{
"text":"信息中心"
}
]
},
{
"text": "无形资产",
"link": "/dashboard/v1",
"children":[
]
}
,{
"text": "(类)固定资产",
"link": "/dashboard/v1",
"children":[
]
}
,{
"text": "周转材料低值易耗",
"link": "/dashboard/v1",
"children":[
]
}
,{
"text": "产权管理",
"link": "/dashboard/v1",
"children":[
]
}
,{
"text": "数据分析与展示",
"link": "/dashboard/v1",
"children":[
]
},{
"text": "文件资料",
"link": "/dashboard/v1",
"children":[
]
},{
"text": "系统设置",
"link": "/dashboard/v1",
"children":[
]
}
]
},
{
"text": "主导航",
"i18n": "menu.main",
"group": true,
"hideInBreadcrumb": true,
"children": [
{
"text": "仪表盘",
"text": " 用户中心",
"i18n": "menu.dashboard",
"icon": "anticon anticon-dashboard",
"children": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment