Commit a96f1063 authored by lixy's avatar lixy

web站点管理-星云动态

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