fix router path bug
This commit is contained in:
parent
803201af3a
commit
bf480ca6b4
|
@ -196,9 +196,9 @@ export const asyncRouterMap = [
|
||||||
icon: 'zonghe',
|
icon: 'zonghe',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/table',
|
path: '/example/table',
|
||||||
component: TableLayout,
|
component: TableLayout,
|
||||||
redirect: '/table/table',
|
redirect: '/example/table/table',
|
||||||
name: 'Table',
|
name: 'Table',
|
||||||
children: [
|
children: [
|
||||||
{ path: 'dynamictable', component: DynamicTable, name: '动态table' },
|
{ path: 'dynamictable', component: DynamicTable, name: '动态table' },
|
||||||
|
|
Loading…
Reference in New Issue