From 3406bbd34469982efeefe164c207dcb5c4a0dac2 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 30 四月 2026 22:03:54 +0800
Subject: [PATCH] fix: 修复多个功能模块中的问题和优化逻辑

---
 Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index 92b91b8..e2bc776 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -95,7 +95,32 @@
     path: '/task_hty',
     name: 'task_hty',
     component: () => import('@/views/taskinfo/task_hty.vue')
-  }, {
+  },
+  {
+    path: '/agvTask',
+    name: 'agvTask',
+    component: () => import('@/views/taskinfo/agvTask.vue')
+  },
+  {
+    path: '/agvStock',
+    name: 'agvStock',
+    component: () => import('@/views/stock/agvStock.vue')
+  },{
+    path: '/agvStockDetail',
+    name: 'agvStockDetail',
+    component: () => import('@/views/stock/agvStockDetail.vue')
+  },
+  {
+    path: '/agvTask_hty',
+    name: 'agvTask_hty',
+    component: () => import('@/views/taskinfo/agvTask_hty.vue')
+  },
+  {
+    path: '/groupPalle',
+    name: 'groupPalle',
+    component: () => import('@/views/stock/groupPalle.vue')
+  },
+  {
     path: '/stockView',
     name: 'stockView',
     component: () => import('@/views/stock/stockView.vue')

--
Gitblit v1.9.3