mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-10 21:30:14 +08:00
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…
x
Reference in New Issue
Block a user