Skip to content

Commit a1df8ee

Browse files
committed
fix: fix a wrong path.
1 parent 03e4e1b commit a1df8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export const asyncRouterMap = [
202202
{
203203
path: '/nested',
204204
component: Layout,
205-
redirect: '/nested/bar/profile',
205+
redirect: '/nested/menu1',
206206
name: 'nested',
207207
meta: {
208208
title: 'nested',

0 commit comments

Comments
 (0)