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