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