From c4b49d08cef0805e17646eef03e1c1a62316c3b2 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 05 十一月 2022 10:41:52 +0800
Subject: [PATCH] 1.产能规划优化

---
 src/router/index.js |   41 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 3773548..b1d19c1 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -101,6 +101,22 @@
   // { 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: '/jcsz',
     component: Layout,
@@ -219,6 +235,13 @@
         code: '1028',
         component: () => import('@/views/sbgl/byjl'),
         meta: { code: '1028', title: '淇濆吇璁板綍', icon: '', keepAlive: true }
+      },
+      {
+        path: 'wxjl',
+        name: 'WXJLCancel',
+        code: '1029',
+        component: () => import('@/views/sbgl/wxjl'),
+        meta: { code: '1029', title: '璁惧缁翠慨璁板綍', icon: '', keepAlive: true }
       }
     ]
   },
@@ -439,6 +462,18 @@
         code: '1074',
         component: () => import('@/views/scgl/gdplgb'),
         meta: { code: '1074', title: 'MES宸ュ崟鎵归噺鍏抽棴', icon: '', keepAlive: true }
+      }, {
+        path: 'cngh',
+        name: 'CNGHCancel',
+        code: '1075',
+        component: () => import('@/views/scgl/cngh'),
+        meta: { code: '1075', title: '浜ц兘瑙勫垝', icon: '', keepAlive: true }
+      }, {
+        path: 'zdpc',
+        name: 'ZDPCCancel',
+        code: '1076',
+        component: () => import('@/views/scgl/zdpc'),
+        meta: { code: '1076', title: '鑷姩鎺掔▼', icon: '', keepAlive: true }
       }
     ]
   },
@@ -549,6 +584,12 @@
         code: '1095',
         component: () => import('@/views/bbgl/wxmx'),
         meta: { code: '1095', title: '缁翠慨鏄庣粏', icon: '', keepAlive: true }
+      }, {
+        path: 'adbb',
+        name: 'ADBBJCancel',
+        code: '1096',
+        component: () => import('@/views/bbgl/adbb'),
+        meta: { code: '1096', title: '瀹夌伅鎶ヨ〃', icon: '', keepAlive: true }
       }
     ]
   },

--
Gitblit v1.9.3