This commit is contained in:
Pan
2019-01-15 14:24:36 +08:00
parent f6ede59859
commit c39ef38f15
5 changed files with 18 additions and 3 deletions

View File

@@ -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 }
]