From 24ab3d3eefd07b43a50c7800d0fc9485d5d69897 Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 13 Oct 2023 16:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=A4=96=E9=83=A8=E4=BC=9A=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navMenu/index.vue | 15 ++++++++++----- src/router/index.js | 10 ++++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index cda4843c9..05e8fa8b0 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -224,11 +224,11 @@ path: '/problemControl', menuId: '50d7a0c0af4740c486100c257ae6068e' }, - { - title: '国内外政策', - path: '/nationalPolicy', - menuId: '6557e9c4ce672af71be5807052da126b' - }, + // { + // title: '国内外政策', + // path: '/nationalPolicy', + // menuId: '6557e9c4ce672af71be5807052da126b' + // }, { title: '国内外政策', path: '/Policy', @@ -243,6 +243,11 @@ title: '政策工作组', path: '/policyWorkGroup', menuId: 'f1a4b33a498e58a8a87c954ce5ce6ad6' + }, + { + title: '内外部会议', + path: '/meeting', + menuId: 'e5681c5ccbef386fcf50e217afdd3ff4' } ] }, diff --git a/src/router/index.js b/src/router/index.js index 92bd01c8d..b025ec0ef 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3944,6 +3944,16 @@ const routes = [ title: '政策工作组', menuId: 'f1a4b33a498e58a8a87c954ce5ce6ad6' } + }, + { + path: '/meeting', + name: 'meeting', + component: () => import('@/pages/policyRegulation/meeting'), + meta: { + requireAuth: true, + title: '内外部会议', + menuId: 'e5681c5ccbef386fcf50e217afdd3ff4' + } } ] },