Pan 7 роки тому
батько
коміт
f6e8859916
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      src/router/index.js

+ 0 - 1
src/router/index.js

@@ -63,7 +63,6 @@ export const asyncRouterMap = [
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'] } }]