From e46aa927d231af83724683c7286d9db503e24cf7 Mon Sep 17 00:00:00 2001
From: z8018 <1282578289@qq.com>
Date: 星期二, 10 六月 2025 11:46:20 +0800
Subject: [PATCH] 1

---
 项目代码/WCS/WIDESEAWCS_Client/src/router/viewGird.js |   21 ++++++++-------------
 1 files changed, 8 insertions(+), 13 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 0656046..ec64cc9 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',
@@ -19,7 +15,6 @@
     name: 'permission',
     component: () => import('@/views/system/Permission.vue')
   },
-
   {
     path: '/Sys_Dictionary',
     name: 'Sys_Dictionary',
@@ -57,26 +52,26 @@
     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: '/OrderDetails',
     name: 'OrderDetails',
     component: () => import('@/views/system/OrderDetails.vue')
-  },  {
+  }, {
     path: '/Orderrows',
     name: 'Orderrows',
     component: () => import('@/views/system/Orderrows.vue')
+  }, {
+    path: '/containerInfo',
+    name: 'containerInfo',
+    component: () => import('@/views/basicinfo/containerInfo.vue')
   }]
 
 export default viewgird

--
Gitblit v1.9.3