From b723865e2b3ad6032d10deda501644ebabef8368 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 31 八月 2023 15:43:58 +0800 Subject: [PATCH] modified: src/api/inspection/commisioninspection.js modified: src/api/inspection/rawmaterial.js modified: src/views/inspectionManagement/commissionInspection/index.vue modified: src/views/inspectionManagement/reportForInspection/index.vue --- src/router/index.js | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index da562bd..cfa384f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -472,13 +472,7 @@ name: 'BasicDataMessage', component: () => import('@/views/basicData/index'), meta: { title: '鍩虹鏁版嵁', icon: 'el-icon-s-tools' } - }, - { - path: 'myBusiness', - name: 'MyBusiness', - component: () => import('@/views/personal/myBusiness/index'), - meta: { title: '鎴戠殑浼佷笟', icon: 'tree', show: false } - } + } ] }, { path: '*', redirect: '/404', hidden: true } @@ -539,9 +533,11 @@ let menuFather = baseRouter const dataMenuFather = fn3(menuFather) role.roleMenuList.forEach((r) => { - dataMenuFather.push(Routees.filter(item => { - return item.path === r.menuUrl - })[0]) + if(r.menuName!='棣栭〉'){ + dataMenuFather.push(Routees.filter(item => { + return item.path === r.menuUrl + })[0]) + } }) let eqChildren = []; role.roleMenuList.forEach((r) => { -- Gitblit v1.9.3