From 6909c00e1010683bbdfa6237c1bebafcfa28fb9d Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 25 二月 2023 13:53:51 +0800
Subject: [PATCH] 1.质检方案  静态实现50%

---
 src/router/index.js |   50 ++++++++++++++++++++++++++++----------------------
 1 files changed, 28 insertions(+), 22 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 24bb88f..3e3bdc9 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -101,28 +101,28 @@
   // { path: '*', redirect: '/404', hidden: true }
 ]
 export const asyncRoutes = [
-  {
-    path: '/gtt',
-    component: Layout,
-    redirect: '/gtt/back',
-    name: '鍩虹璁剧疆',
-    code: '1001',
-    meta: { code: '1001', title: '鍩虹璁剧疆', icon: 'tree' },
-    alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
-    children: [{
-      path: 'back',
-      name: 'YYQDCancel',
-      code: '1011',
-      component: () => import('@/views/gantt_back/gantt_back'),
-      meta: { code: '1011', title: '鐢ㄦ埛娓呭崟', icon: '', keepAlive: true }
-    }, {
-      path: 'zdpc2',
-      name: 'YYQDCancel',
-      code: '1012',
-      component: () => import('@/views/gantt_back/zdpc2'),
-      meta: { code: '1012', title: '鑷姩鎺掔▼2', icon: '', keepAlive: true }
-    }]
-  },
+  // {
+  //   path: '/gtt',
+  //   component: Layout,
+  //   redirect: '/gtt/back',
+  //   name: '鍩虹璁剧疆',
+  //   code: '1001',
+  //   meta: { code: '1001', title: '鍩虹璁剧疆', icon: 'tree' },
+  //   alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
+  //   children: [{
+  //     path: 'back',
+  //     name: 'YYQDCancel',
+  //     code: '1011',
+  //     component: () => import('@/views/gantt_back/gantt_back'),
+  //     meta: { code: '1011', title: '鐢ㄦ埛娓呭崟', icon: '', keepAlive: true }
+  //   }, {
+  //     path: 'zdpc2',
+  //     name: 'YYQDCancel',
+  //     code: '1012',
+  //     component: () => import('@/views/gantt_back/zdpc2'),
+  //     meta: { code: '1012', title: '鑷姩鎺掔▼2', icon: '', keepAlive: true }
+  //   }]
+  // },
   {
     path: '/jcsz',
     component: Layout,
@@ -549,6 +549,12 @@
         code: '1087',
         component: () => import('@/views/zlgl/gxjyjl'),
         meta: { code: '1087', title: '宸ュ簭妫�楠岃褰�', icon: '', keepAlive: true }
+      }, {
+        path: 'zjfa',
+        name: 'ZJFACancel',
+        code: '1088',
+        component: () => import('@/views/zlgl/zjfa'),
+        meta: { code: '1088', title: '璐ㄦ鏂规', icon: '', keepAlive: true }
       }
     ]
   },

--
Gitblit v1.9.3