From b31d0bdae5ab5e7c24eadf08fea270c6bb9f3c7a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 09 二月 2023 16:58:46 +0800
Subject: [PATCH] 1.自动排程代码正在研究

---
 src/router/index.js |   65 ++++++++++++++++++++++++--------
 1 files changed, 48 insertions(+), 17 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index b1d19c1..24bb88f 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -101,29 +101,35 @@
   // { 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: '/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,
     redirect: '/jcsz/zzjg',
     name: '鍩虹璁剧疆',
     code: '1001',
-    meta: { code: '1001', title: '鍩虹璁剧疆', icon: 'tree' },
+    meta: { code: '1001', title: '鍩虹璁剧疆', icon: 'tree2' },
     alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
     children: [
       {
@@ -242,6 +248,13 @@
         code: '1029',
         component: () => import('@/views/sbgl/wxjl'),
         meta: { code: '1029', title: '璁惧缁翠慨璁板綍', icon: '', keepAlive: true }
+      },
+      {
+        path: 'swsqjl',
+        name: 'WXSQJLCancel',
+        code: '1019',
+        component: () => import('@/views/sbgl/swsqjl'),
+        meta: { code: '1019', title: '璁惧鐢宠缁翠慨璁板綍', icon: '', keepAlive: true }
       }
     ]
   },
@@ -634,6 +647,24 @@
         meta: { code: '1105', title: '杞﹂棿鍏憡', icon: '', keepAlive: true }
       }
     ]
+  },
+  {
+    path: '/cggl',
+    component: Layout,
+    redirect: '/cggl/cgdd',
+    name: '閲囪喘绠$悊',
+    code: '1000',
+    meta: { code: '1000', title: '閲囪喘绠$悊', icon: 'cggl' },
+    alwaysShow: true,
+    children: [
+      {
+        path: 'cgdd',
+        name: 'CGDDCancel',
+        code: '1201',
+        component: () => import('@/views/cggl/cgdd'),
+        meta: { code: '1201', title: '閲囪喘璁㈠崟', icon: '', keepAlive: true }
+      }
+    ]
   }
 ]
 

--
Gitblit v1.9.3