Commit 09c6db38 authored by libin's avatar libin

友情链接路由

parent cb32a18f
...@@ -598,6 +598,12 @@ export const asyncRouterMap = [{ ...@@ -598,6 +598,12 @@ export const asyncRouterMap = [{
component: _import('xxOfficialWebsite/seoList'), component: _import('xxOfficialWebsite/seoList'),
name: 'SEO管理', name: 'SEO管理',
authority: 'seoList' authority: 'seoList'
},
{
path: 'friendLinkList',
component: _import('xxOfficialWebsite/friendLinkList'),
name: '友情连接',
authority: 'friendLinkList'
} }
] ]
} }
......
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