From d0dfd9606e3ccc6f5cd4647270328b52b2e5a384 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 21 四月 2026 19:43:45 +0800
Subject: [PATCH] feat: 添加堆垛机TargetAddress输送线站台检查

---
 Code/WCS/WIDESEAWCS_Client/src/router/viewGird.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Client/src/router/viewGird.js b/Code/WCS/WIDESEAWCS_Client/src/router/viewGird.js
index 584bb6c..b8b1b7a 100644
--- a/Code/WCS/WIDESEAWCS_Client/src/router/viewGird.js
+++ b/Code/WCS/WIDESEAWCS_Client/src/router/viewGird.js
@@ -69,9 +69,18 @@
     component: () => import('@/views/taskinfo/robotTask.vue')
   },
   {
+    path: '/robotState',
+    name: 'robotState',
+    component: () => import('@/views/taskinfo/robotState.vue')
+  },
+  {
     path: '/task',
     name: 'task',
     component: () => import('@/views/taskinfo/task.vue')
+  },{
+    path: '/agvTask',
+    name: 'agvTask',
+    component: () => import('@/views/taskinfo/agvTask.vue')
   },
   {
     path: '/taskHty',

--
Gitblit v1.9.3