From c608a25722cb4543bc08907617b9950c158e5c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 15 Apr 2022 14:31:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=BC=80=E8=B5=84=E6=96=99=E4=B8=AD?= =?UTF-8?q?=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navMenu/index.vue | 4 ++-- src/router/index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index b6579017b..bed1dce20 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -317,13 +317,13 @@ menuId: 'asfdew33', isChildren: true // 判断没有子菜单 }, - /*{ + { title: '资料中心', path: '/dataCenter', 'icon-class': 'el-icon-s-order', menuId: '', isChildren: true // 判断没有子菜单 - },*/ + }, // { // title: '技术要求清单', // path: '/skillReq', diff --git a/src/router/index.js b/src/router/index.js index 66da2af04..56078fa11 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3062,7 +3062,7 @@ const routes = [ menuId: 'ABCLRLJUQN44ENBS93CQ' } }, - /*{ + { path: '/dataCenter', name: 'dataCenter', component: () => @@ -3072,7 +3072,7 @@ const routes = [ title: '资料中心', menuId: '' } - },*/ + }, { path: '/dataCenterDetail', name: 'dataCenterDetail',