fix: add route name(#598)

This commit is contained in:
morrxy 2020-06-25 13:51:25 +08:00 committed by GitHub
parent 879318692c
commit cd8d52bfbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ export const constantRoutes = [
{
path: 'menu2',
component: () => import('@/views/nested/menu2/index'),
name: 'Menu2',
meta: { title: 'menu2' }
}
]