From e713b378b01d189f972cfb5b9eae749ee95a8b51 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 29 十月 2022 13:48:00 +0800
Subject: [PATCH] 1.解决两个账号登录,是否被挤掉的问题

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

diff --git a/src/router/index.js b/src/router/index.js
index 3773548..bc631be 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,12 @@
         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 }
       }
     ]
   },

--
Gitblit v1.9.3