From 19075f614d3dadc04456b8fd053a7e85f8f28307 Mon Sep 17 00:00:00 2001
From: yuyu <1981343953@qq.com>
Date: 星期四, 24 八月 2023 13:40:52 +0800
Subject: [PATCH] 8.24 新增委托修改

---
 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