This commit is contained in:
Pan 2017-08-29 14:39:59 +08:00
parent 6e859e0f58
commit f6e8859916
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ export const asyncRouterMap = [
path: '/table',
component: Layout,
redirect: '/table/index',
name: 'Table',
icon: 'tubiaoleixingzhengchang',
noDropdown: true,
children: [{ path: 'index', component: Table, name: 'Table', meta: { role: ['admin'] } }]