Commit 5548eccd authored by hanfeng's avatar hanfeng

添加官网路由

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