Commit c95461aa authored by hanfeng's avatar hanfeng

添加官网路由

parent 070ed072
......@@ -561,4 +561,32 @@ export const asyncRouterMap = [{
}
]
}
,
{
path: '/xxOfficialWebsite ',
component: Layout,
name: '新欣房车官网管理',
icon: 'setting',
authority: 'xxOfficialWebsite',
children: [
{
path: 'activityList',
component: _import('xxofficialWebsite/activityList'),
name: '活动管理',
authority: 'activityList'
},
{
path: 'newsList',
component: _import('xxofficialWebsite/newsList'),
name: '新闻管理',
authority: 'newsList'
},
{
path: 'bannerList',
component: _import('xxofficialWebsite/bannerListList'),
name: 'banner管理',
authority: 'bannerListList'
}
]
}
];
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