From 0875bfa35d389e238ae82142ce45b71c9715133b Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期五, 17 四月 2026 17:37:39 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/RuiShengZhiNeng/GaoPuLiTiKu

---
 代码管理/WCS/WIDESEAWCS_Client/src/router/viewGird.js |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/router/viewGird.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/router/viewGird.js"
index 0975bec..727663b 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/router/viewGird.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/router/viewGird.js"
@@ -78,6 +78,20 @@
     name: 'stationManger',
     component: () => import('@/views/basicinfo/stationManger.vue')
   }
+  , {
+    path: '/taskHty',
+    name: 'taskHty',
+    component: () => import('@/views/taskinfo/taskHty.vue')
+  }, {
+  path: '/trackloginfo',  
+  name: 'trackloginfo',
+  component: () => import('@/views/basicinfo/Dt_trackloginfo.vue')
+},
+{
+  path: '/StationInfo',  
+  name: 'StationInfo',
+  component: () => import('@/views/basicinfo/Dt_StationInfo.vue')
+}
 ]
 
 export default viewgird

--
Gitblit v1.9.3