1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-10 12:50:38 +08:00

fix: fix a wrong path.

This commit is contained in:
Bowen 2018-07-08 16:18:15 +08:00
parent 03e4e1ba48
commit a1df8eebf0

View File

@ -202,7 +202,7 @@ export const asyncRouterMap = [
{
path: '/nested',
component: Layout,
redirect: '/nested/bar/profile',
redirect: '/nested/menu1',
name: 'nested',
meta: {
title: 'nested',