From f1f29f5329102870476653fa6c6ca42b80226078 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期五, 07 三月 2025 15:23:44 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSClient/src/router/viewGird.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
index 6aec950..886f545 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
@@ -136,6 +136,10 @@
     path: '/planView',
     name: 'planView',
     component: () => import('@/views/stock/planView.vue')
-  }]
+  },{
+    path: '/Dt_pallet',
+    name: 'Dt_pallet',
+    component: () => import('@/views/system/Dt_pallet.vue')
+  },]
   
 export default viewgird

--
Gitblit v1.9.3