Commit 5548eccd authored by hanfeng's avatar hanfeng

添加官网路由

parent c95461aa
This diff is collapsed.
......@@ -563,7 +563,7 @@ export const asyncRouterMap = [{
}
,
{
path: '/xxOfficialWebsite ',
path: '/xxOfficialWebsite',
component: Layout,
name: '新欣房车官网管理',
icon: 'setting',
......@@ -571,21 +571,21 @@ export const asyncRouterMap = [{
children: [
{
path: 'activityList',
component: _import('xxofficialWebsite/activityList'),
component: _import('xxOfficialWebsite/activityList'),
name: '活动管理',
authority: 'activityList'
},
{
path: 'newsList',
component: _import('xxofficialWebsite/newsList'),
component: _import('xxOfficialWebsite/newsList'),
name: '新闻管理',
authority: 'newsList'
},
{
path: 'bannerList',
component: _import('xxofficialWebsite/bannerListList'),
component: _import('xxOfficialWebsite/bannerList'),
name: 'banner管理',
authority: 'bannerListList'
authority: 'bannerList'
}
]
}
......
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