From 2d2d6bf8565f5b89fc9ee054bf6e62f9592f8673 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期一, 23 六月 2025 08:37:37 +0800
Subject: [PATCH] 1

---
 项目代码/WCS/WIDESEAWCS_Client/src/router/viewGird.js |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/router/viewGird.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/router/viewGird.js"
index c51206c..9a3f011 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/router/viewGird.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/router/viewGird.js"
@@ -4,10 +4,6 @@
     path: '/Sys_Log',
     name: 'sys_Log',
     component: () => import('@/views/system/Sys_Log.vue')
-  },{
-    path: '/txt_log',
-    name: 'txt_log',
-    component: () => import('@/views/syslog/txt_log.vue')
   },
   {
     path: '/Sys_User',
@@ -57,18 +53,25 @@
     path: '/task',
     name: 'task',
     component: () => import('@/views/taskinfo/task.vue')
-  },{
+  },  {
     path: '/task_hty',
     name: 'task_hty',
     component: () => import('@/views/taskinfo/task_hty.vue')
-  },  {
+  },{
     path: '/router',
     name: 'router',
     component: () => import('@/views/basicinfo/router.vue')
-  },  {
-    path: '/AgvStation',
-    name: 'AgvStation',
-    component: () => import('@/views/system/AgvStation.vue')
-  }]
+  },
+  {
+    path: '/AGVStatus',
+    name: 'AGVStatus',
+    component: () => import('@/views/Devicestatus/AGVStatus.vue')
+  },
+  {
+    path: '/Dt_StationManager',
+    name: 'Dt_StationManager',
+    component: () => import('@/views/basicinfo/Dt_StationManager.vue')
+  },
+]
 
 export default viewgird

--
Gitblit v1.9.3