Pan 7 years ago
parent
commit
f6e8859916
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/router/index.js

+ 0 - 1
src/router/index.js

63
     path: '/table',
63
     path: '/table',
64
     component: Layout,
64
     component: Layout,
65
     redirect: '/table/index',
65
     redirect: '/table/index',
66
-    name: 'Table',
67
     icon: 'tubiaoleixingzhengchang',
66
     icon: 'tubiaoleixingzhengchang',
68
     noDropdown: true,
67
     noDropdown: true,
69
     children: [{ path: 'index', component: Table, name: 'Table', meta: { role: ['admin'] } }]
68
     children: [{ path: 'index', component: Table, name: 'Table', meta: { role: ['admin'] } }]