From 786c5ca17012ff3a01faf466b751bdbe70629b97 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 25 八月 2025 15:25:46 +0800
Subject: [PATCH] 1
---
代码管理/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js"
index cde4249..0826540 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js"
@@ -53,10 +53,18 @@
path: '/task',
name: 'task',
component: () => import('@/views/taskinfo/task.vue')
+ }, {
+ path: '/cztask',
+ name: 'cztask',
+ component: () => import('@/views/taskinfo/cztask.vue')
}, {
path: '/router',
name: 'router',
component: () => import('@/views/basicinfo/router.vue')
+ }, {
+ path: '/Dt_Stationinfo',
+ name: 'Dt_Stationinfo',
+ component: () => import('@/views/system/Dt_Stationinfo.vue')
}]
export default viewgird
--
Gitblit v1.9.3