From be438dd071400936c44a1425ec8d886f63c83329 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期五, 11 七月 2025 14:33:08 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSClient/src/router/viewGird.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index 7d799df..ce7ca99 100644
--- a/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -108,6 +108,10 @@
     path: '/locationStatusChangeRecord',
     name: 'locationStatusChangeRecord',
     component: () => import('@/views/record/locationStatusChangeRecord.vue')
+  }, {
+    path: '/palletTypeInfo',
+    name: 'palletTypeInfo',
+    component: () => import('@/views/basic/palletTypeInfo.vue')
   }]
 
 export default viewgird

--
Gitblit v1.9.3