From ca7571548578c32bf0a72b269655f9baec1f6849 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期五, 13 三月 2026 16:33:15 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/JiAnLiKu

---
 WCS/WIDESEAWCS_Client/src/router/viewGird.js |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/WCS/WIDESEAWCS_Client/src/router/viewGird.js b/WCS/WIDESEAWCS_Client/src/router/viewGird.js
index 62d31d0..cde4249 100644
--- a/WCS/WIDESEAWCS_Client/src/router/viewGird.js
+++ b/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,10 @@
     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: '/Sys_PlatformStation',
-    name: 'Sys_PlatformStation',
-    component: () => import('@/views/system/Sys_PlatformStation.vue')
-  },]
+  }]
 
 export default viewgird

--
Gitblit v1.9.3