diff --git a/src/router/index.js b/src/router/index.js
index d7177f8846c199e047dcdd557229aa0fa100ae9f..13459e90e2564383c9d1585f023100a66cd774e0 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -143,6 +143,7 @@ export const constantRoutes = [
       {
         path: 'menu2',
         component: () => import('@/views/nested/menu2/index'),
+        name: 'Menu2',
         meta: { title: 'menu2' }
       }
     ]