From c06bc5fbbd34a3ee56d4a2a33b5f91c94bbc11c8 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Mon, 22 Sep 2025 10:35:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E4=B8=8A=E7=BA=BF=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 388 ++++++++++++++++--------------- src/router/index.js | 2 +- 2 files changed, 204 insertions(+), 186 deletions(-) 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'}, },