From 319c4fe3fb3656ba33903d8c9364ae3d548dd038 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 06 三月 2025 09:33:29 +0800
Subject: [PATCH] 2

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

diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
index 03e27d3..239b566 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
@@ -3,17 +3,17 @@
     path: '/Dt_AreaInfo',
     name: 'Dt_AreaInfo',
     component: () => import('@/views/widesea_wms/basicinfo/Dt_AreaInfo.vue'),
-    meta: {
-      keepAlive: true
-    }
+    // meta: {
+    //   keepAlive: true
+    // }
   },
   {
     path: '/Dt_BillGroupStock',
     name: 'Dt_BillGroupStock',
     component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock.vue'),
-    meta: {
-      keepAlive: true
-    }
+    // meta: {
+    //   keepAlive: true
+    // }
   },
   // {
   //   path: '/Dt_BillGroupStockDetail',
@@ -131,24 +131,24 @@
     path: '/Dt_Strategy',
     name: 'Dt_Strategy',
     component: () => import('@/views/widesea_wms/basicinfo/Dt_Strategy.vue'),
-    meta: {
-      keepAlive: false
-    }
+    // meta: {
+    //   keepAlive: false
+    // }
   },
   {
     path: '/Dt_Task',
     name: 'Dt_Task',
     component: () => import('@/views/widesea_wms/taskinfo/Dt_Task.vue'),
-    meta: {
-      keepAlive: true
-    }
+    // meta: {
+    //   keepAlive: true
+    // }
   },{
     path: '/Dt_Task_Hty',
     name: 'Dt_Task_Hty',
     component: () => import('@/views/widesea_wms/taskinfo/Dt_Task_Hty.vue'),
-    meta: {
-      keepAlive: true
-    }
+    // meta: {
+    //   keepAlive: true
+    // }
   },
   // {
   //   path: '/Dt_TaskOut',
@@ -214,7 +214,7 @@
   {
     path: '/DtBoxing',
     name: 'DtBoxing',
-    component: () => import('@/views/widesea_wms/stock/DtBoxing.vue'),
+    component: () => import('@/views/widesea_wms/stock/DtBoxingInfo.vue'),
     meta: {
       keepAlive: false
     }

--
Gitblit v1.9.3