diff --git a/src/router/index.js b/src/router/index.js index ab3edd7..9a3455e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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'] } }]