diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index dff932a..8bb8881 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,76 +1,83 @@ diff --git a/src/router/index.js b/src/router/index.js index f796613..b2b9d48 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -92,7 +92,7 @@ export const constantRoutes = [ path: '/index_1', component: () => import('@/views/publicService/index_1.vue'), name: 'Index_1', - // hidden: true, + hidden: true, meta: {title: '公共服务平台', icon: 'dashboard'}, },