From f49fa4b5027cfdc27b429985d023e8002abcca2e Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期三, 05 十一月 2025 23:54:12 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
index d5007fe..7d799df 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
@@ -84,6 +84,10 @@
name: 'stockInfoDetail',
component: () => import('@/views/stock/stockInfoDetail.vue')
}, {
+ path: '/vv_StockInfoDet',
+ name: 'vv_StockInfoDet',
+ component: () => import('@/views/stock/vv_StockInfoDet.vue')
+ }, {
path: '/task',
name: 'task',
component: () => import('@/views/taskinfo/task.vue')
--
Gitblit v1.9.3