From 2b78cf0cd68e1809bc4cad7d730bef6ab9c4c118 Mon Sep 17 00:00:00 2001
From: zzq <a13193816592@163.com>
Date: 星期四, 28 九月 2023 15:30:45 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/WMS

---
 src/router/product/index.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/router/product/index.js b/src/router/product/index.js
index d1fc5a1..2a5e8ce 100644
--- a/src/router/product/index.js
+++ b/src/router/product/index.js
@@ -1,7 +1,7 @@
 // const type from '@/router/deployCode'
 
 const product = (resolve) => require(["@/views/productManage/product/index"], resolve) // 浜у搧
-const inOutboundDetail = (resolve) => require(["@/views/reportForm/inboundOutboundDetail/index"], resolve) // 鍑哄叆搴撴槑缁�
+const inboundOutboundDetail = (resolve) => require(["@/views/reportForm/inboundOutboundDetail/index"], resolve) // 鍑哄叆搴撴槑缁�
 const productCategory = (resolve) => require(["@/views/productManage/productCategory/index"], resolve) // 浜у搧绫诲埆
 const productList = (resolve) => require(["@/views/productManage/productCategory/ProductList"], resolve) // 浜у搧绫诲埆-浜у搧
 const overviewList = (resolve) => require(["@/views/overview/OverviewListView"], resolve) // 姒傝堪-浜у搧鍒楄〃
@@ -12,7 +12,7 @@
     name: "product",
     component: product,
     meta: {
-      title: "浜у搧绠$悊"
+      title: "浜у搧"
     }
   },
   {
@@ -24,9 +24,9 @@
     }
   },
   {
-    path: "/reportForm/inOutboundDetail",
-    name: "inOutboundDetail",
-    component: inOutboundDetail,
+    path: "/reportForm/inboundOutboundDetail",
+    name: "inboundOutboundDetail",
+    component: inboundOutboundDetail,
     meta: {
       title: "鍑哄叆搴撴槑缁�"
     }

--
Gitblit v1.8.0