From 75d16a23d059439c7478f8d3f6372c29072ba84e Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期三, 06 五月 2026 16:27:14 +0800
Subject: [PATCH] 完善任务执行步骤
---
项目代码/WIDESEA_WCSClient/src/router/viewGird.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/router/viewGird.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/router/viewGird.js"
index a524d98..16ffdb5 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/router/viewGird.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/router/viewGird.js"
@@ -62,6 +62,18 @@
path: '/router',
name: 'router',
component: () => import('@/views/basicinfo/router.vue')
+ },{
+ path: '/materialInfo',
+ name: 'Dt_MaterialInfo',
+ component: () => import('@/views/basicinfo/materialInfo.vue')
+ },{
+ path: '/stationmanager',
+ name: 'Dt_StationManager',
+ component: () => import('@/views/basicinfo/stationmanager.vue')
+ },{
+ path: '/materialInfo_Hty',
+ name: 'Dt_MaterialInfo_Hty',
+ component: () => import('@/views/basicinfo/materialInfo_Hty.vue')
}
]
--
Gitblit v1.9.3