fix router path bug
This commit is contained in:
parent
803201af3a
commit
bf480ca6b4
1 changed files with 2 additions and 2 deletions
|
@ -196,9 +196,9 @@ export const asyncRouterMap = [
|
|||
icon: 'zonghe',
|
||||
children: [
|
||||
{
|
||||
path: '/table',
|
||||
path: '/example/table',
|
||||
component: TableLayout,
|
||||
redirect: '/table/table',
|
||||
redirect: '/example/table/table',
|
||||
name: 'Table',
|
||||
children: [
|
||||
{ path: 'dynamictable', component: DynamicTable, name: '动态table' },
|
||||
|
|
Loading…
Reference in a new issue