From e5642daf4b6820d0706967e486b16e8d33a46d6d Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期四, 26 十二月 2024 14:37:52 +0800
Subject: [PATCH] 1

---
 Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
index c6dde69..03e27d3 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
@@ -4,7 +4,7 @@
     name: 'Dt_AreaInfo',
     component: () => import('@/views/widesea_wms/basicinfo/Dt_AreaInfo.vue'),
     meta: {
-      keepAlive: false
+      keepAlive: true
     }
   },
   {
@@ -44,7 +44,7 @@
     name: 'Dt_LocationInfo',
     component: () => import('@/views/widesea_wms/basicinfo/Dt_LocationInfo.vue'),
     meta: {
-      keepAlive: false
+      keepAlive: true
     }
   },
   {
@@ -140,14 +140,14 @@
     name: 'Dt_Task',
     component: () => import('@/views/widesea_wms/taskinfo/Dt_Task.vue'),
     meta: {
-      keepAlive: false
+      keepAlive: true
     }
   },{
     path: '/Dt_Task_Hty',
     name: 'Dt_Task_Hty',
     component: () => import('@/views/widesea_wms/taskinfo/Dt_Task_Hty.vue'),
     meta: {
-      keepAlive: false
+      keepAlive: true
     }
   },
   // {
@@ -234,6 +234,21 @@
     meta: {
       keepAlive: false
     }
-  }
+  },
+  {
+    path: '/Dt_StationManager',
+    name: 'Dt_StationManager',
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_StationManager.vue'),
+    meta: {
+      keepAlive: false
+    }
+  },{
+    path: '/Dt_needBarcode',
+    name: 'Dt_needBarcode',
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_needBarcode.vue'),
+    meta: {
+      keepAlive: false
+    }
+  },
 ]
 export default tables

--
Gitblit v1.9.3