diff --git a/src/router/index.js b/src/router/index.js index d7674a2c..dc07a721 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -196,6 +196,7 @@ export const asyncRouterMap = [ { path: '/table', component: TableLayout, + redirect: '/table/table', name: 'table', children: [ { path: 'dynamictable', component: DynamicTable, name: '动态table' },