Pan il y a 7 ans
Parent
commit
f6e8859916
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/router/index.js

+ 0 - 1
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'] } }]