Commit a96f1063 authored by lixy's avatar lixy

web站点管理-星云动态

parent f3d1e252
...@@ -106,22 +106,16 @@ export const asyncRouterMap = [{ ...@@ -106,22 +106,16 @@ export const asyncRouterMap = [{
}] }]
}, },
{ {
path: '/nebulaDynamics', path: '/webSiteManagement',
component: Layout, component: Layout,
name: '基础配置管理', name: 'web站点管理',
icon: 'setting', icon: 'setting',
authority: 'nebulaDynamics', authority: 'webSiteManagement',
children: [{ children: [{
path: 'newsCategory', path: 'nebulaDynamics',
component: _import('nebulaDynamics/newsCategory'), component: _import('nebulaDynamics/newsCategory'),
name: '新闻类别', name: '星云动态',
authority: 'newsCategory' authority: 'nebulaDynamics'
},
{
path: 'newsList',
component: _import('nebulaDynamics/newsList'),
name: '新闻列表',
authority: 'newsList'
}] }]
} }
]; ];
......
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