fix: add route name(#598)
This commit is contained in:
		@@ -143,6 +143,7 @@ export const constantRoutes = [
 | 
			
		||||
      {
 | 
			
		||||
        path: 'menu2',
 | 
			
		||||
        component: () => import('@/views/nested/menu2/index'),
 | 
			
		||||
        name: 'Menu2',
 | 
			
		||||
        meta: { title: 'menu2' }
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user