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'] } }]