From 5c6e99cb3b30e0b4127caa3b626c2b51ea038b61 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期日, 26 四月 2026 17:49:27 +0800
Subject: [PATCH] Merge branch 'dev' into xiaoyang
---
Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index 92b91b8..e2bc776 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -95,7 +95,32 @@
path: '/task_hty',
name: 'task_hty',
component: () => import('@/views/taskinfo/task_hty.vue')
- }, {
+ },
+ {
+ path: '/agvTask',
+ name: 'agvTask',
+ component: () => import('@/views/taskinfo/agvTask.vue')
+ },
+ {
+ path: '/agvStock',
+ name: 'agvStock',
+ component: () => import('@/views/stock/agvStock.vue')
+ },{
+ path: '/agvStockDetail',
+ name: 'agvStockDetail',
+ component: () => import('@/views/stock/agvStockDetail.vue')
+ },
+ {
+ path: '/agvTask_hty',
+ name: 'agvTask_hty',
+ component: () => import('@/views/taskinfo/agvTask_hty.vue')
+ },
+ {
+ path: '/groupPalle',
+ name: 'groupPalle',
+ component: () => import('@/views/stock/groupPalle.vue')
+ },
+ {
path: '/stockView',
name: 'stockView',
component: () => import('@/views/stock/stockView.vue')
--
Gitblit v1.9.3