From 95fda13c28cb664a57336dd2e01d5b41ec4f717f Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期五, 25 八月 2023 12:57:19 +0800 Subject: [PATCH] 查看详情页 --- src/router/index.js | 23 ++++++++++++++--------- 1 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d21d534..b0b448c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -42,6 +42,11 @@ hidden: true }, { + path: '/addCommision', + component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'), + hidden:true + }, + { path: '/', component: Layout, redirect: '/home', @@ -165,15 +170,15 @@ name: 'CommissionInspection', component: () => import('@/views/inspectionManagement/commissionInspection/index'), meta: { title: '濮旀墭妫�楠�', icon: 'table' }, - children: [ - { - path: 'addCommision', - name: 'AddCommision', - hidden: true, - component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'), - meta: { title: '妫�娴嬩俊鎭�', icon: 'table' } - } - ] + // children: [ + // { + // path: 'addCommision', + // name: 'AddCommision', + // hidden: true, + // component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'), + // meta: { title: '妫�娴嬩俊鎭�', icon: 'table' } + // } + // ] }, { path: 'reportForInspection', -- Gitblit v1.9.3