From ae760880186edef869f91e3ee97dee5788aab464 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期四, 19 十月 2023 17:53:53 +0800
Subject: [PATCH] bug修复(5316 5317)

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

diff --git a/src/router/product/index.js b/src/router/product/index.js
index b132e6c..2a5e8ce 100644
--- a/src/router/product/index.js
+++ b/src/router/product/index.js
@@ -1,7 +1,10 @@
 // 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) // 姒傝堪-浜у搧鍒楄〃
 
 const appconfig = [
   {
@@ -9,16 +12,40 @@
     name: "product",
     component: product,
     meta: {
-      title: "浜у搧绠$悊"
+      title: "浜у搧"
     }
   },
   {
-    path: "/reportForm/inOutboundDetail",
-    name: "inOutboundDetail",
-    component: inOutboundDetail,
+    path: "/productManage/productCategory",
+    name: "productCategory",
+    component: productCategory,
+    meta: {
+      title: "浜у搧绫诲埆"
+    }
+  },
+  {
+    path: "/reportForm/inboundOutboundDetail",
+    name: "inboundOutboundDetail",
+    component: inboundOutboundDetail,
     meta: {
       title: "鍑哄叆搴撴槑缁�"
     }
+  },
+  {
+    path: "/productManage/productList",
+    name: "productList",
+    component: productList,
+    meta: {
+      title: "浜у搧"
+    }
+  },
+  {
+    path: "/overview/overviewList",
+    name: "overviewList",
+    component: overviewList,
+    meta: {
+      title: "閲囪喘鍏ュ簱"
+    }
   }
 ]
 

--
Gitblit v1.8.0