rm name
This commit is contained in:
		@@ -63,7 +63,6 @@ export const asyncRouterMap = [
 | 
				
			|||||||
    path: '/table',
 | 
					    path: '/table',
 | 
				
			||||||
    component: Layout,
 | 
					    component: Layout,
 | 
				
			||||||
    redirect: '/table/index',
 | 
					    redirect: '/table/index',
 | 
				
			||||||
    name: 'Table',
 | 
					 | 
				
			||||||
    icon: 'tubiaoleixingzhengchang',
 | 
					    icon: 'tubiaoleixingzhengchang',
 | 
				
			||||||
    noDropdown: true,
 | 
					    noDropdown: true,
 | 
				
			||||||
    children: [{ path: 'index', component: Table, name: 'Table', meta: { role: ['admin'] } }]
 | 
					    children: [{ path: 'index', component: Table, name: 'Table', meta: { role: ['admin'] } }]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user