Unverified Commit cd8d52bf authored by morrxy's avatar morrxy Committed by GitHub

fix: add route name(#598)

parent 87931869
......@@ -143,6 +143,7 @@ export const constantRoutes = [
{
path: 'menu2',
component: () => import('@/views/nested/menu2/index'),
name: 'Menu2',
meta: { title: 'menu2' }
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment