You've already forked vue-element-admin
update
This commit is contained in:
@@ -365,5 +365,16 @@ export const asyncRouterMap = [
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: 'external-link',
|
||||
component: Layout,
|
||||
children: [
|
||||
{
|
||||
path: 'https://panjiachen.gitee.io/vue-element-admin-site/zh/donate/',
|
||||
meta: { title: 'donate', icon: 'donate' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{ path: '*', redirect: '/404', hidden: true }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user