From 89bccb9b8fb1070f7ac5f36510c868fecead9384 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 17 三月 2026 17:00:05 +0800
Subject: [PATCH] 更新
---
项目代码/WCS/WCSClient/src/router/viewGird.js | 35 ++++++++++++++++++++++++++++++++++-
1 files changed, 34 insertions(+), 1 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/router/viewGird.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/router/viewGird.js"
index dbcb947..70f9919 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/router/viewGird.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/router/viewGird.js"
@@ -54,6 +54,10 @@
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')
@@ -61,6 +65,35 @@
path: '/packaxis',
name: 'packaxis',
component: () => import('@/views/PackInfo/packaxis.vue')
- }]
+ }, {
+ path: '/packtype',
+ name: 'packtype',
+ component: () => import('@/views/PackInfo/packtype.vue')
+ }, {
+ path: '/stationPackInfo',
+ name: 'stationPackInfo',
+ component: () => import('@/views/PackInfo/stationPackInfo.vue')
+ }, {
+ path: '/stationPackDetail',
+ name: 'stationPackDetail',
+ component: () => import('@/views/PackInfo/stationPackDetail.vue')
+ },{
+ path: '/packinfo',
+ name: 'packinfo',
+ component: () => import('@/views/PackInfo/packinfo.vue')
+ }, {
+ path: '/packinfo_hty',
+ name: 'packinfo_hty',
+ component: () => import('@/views/PackInfo/packinfo_hty.vue')
+ },{
+ path: '/packaxistask',
+ name: 'packaxistask',
+ component: () => import('@/views/taskinfo/packaxistask.vue')
+ },{
+ path: '/packaxistask_hty',
+ name: 'packaxistask_hty',
+ component: () => import('@/views/taskinfo/packaxistask_hty.vue')
+ }
+]
export default viewgird
--
Gitblit v1.9.3