fix: fix a wrong path.
This commit is contained in:
parent
03e4e1ba48
commit
a1df8eebf0
|
@ -202,7 +202,7 @@ export const asyncRouterMap = [
|
||||||
{
|
{
|
||||||
path: '/nested',
|
path: '/nested',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
redirect: '/nested/bar/profile',
|
redirect: '/nested/menu1',
|
||||||
name: 'nested',
|
name: 'nested',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'nested',
|
title: 'nested',
|
||||||
|
|
Loading…
Reference in New Issue