Skip to content

Commit

Permalink
fix: add route name(PanJiaChen#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
morrxy authored Jun 25, 2020
1 parent 8793186 commit cd8d52b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export const constantRoutes = [
{
path: 'menu2',
component: () => import('@/views/nested/menu2/index'),
name: 'Menu2',
meta: { title: 'menu2' }
}
]
Expand Down

0 comments on commit cd8d52b

Please sign in to comment.