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