refine code
This commit is contained in:
parent
44166278ff
commit
9da96e2083
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ export const asyncRouterMap = [
|
||||||
{
|
{
|
||||||
path: '/table',
|
path: '/table',
|
||||||
component: TableLayout,
|
component: TableLayout,
|
||||||
|
redirect: '/table/table',
|
||||||
name: 'table',
|
name: 'table',
|
||||||
children: [
|
children: [
|
||||||
{ path: 'dynamictable', component: DynamicTable, name: '动态table' },
|
{ path: 'dynamictable', component: DynamicTable, name: '动态table' },
|
||||||
|
|
Loading…
Reference in a new issue