From fe203d6616f70695ab8973c75220f74ae91333bc Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 18 十月 2023 16:09:55 +0800 Subject: [PATCH] bug修复(5285) --- src/router/product/index.js | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/router/product/index.js b/src/router/product/index.js index a869524..2a5e8ce 100644 --- a/src/router/product/index.js +++ b/src/router/product/index.js @@ -1,9 +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 = [ { @@ -11,7 +12,7 @@ name: "product", component: product, meta: { - title: "浜у搧绠$悊" + title: "浜у搧" } }, { @@ -23,9 +24,9 @@ } }, { - path: "/reportForm/inOutboundDetail", - name: "inOutboundDetail", - component: inOutboundDetail, + path: "/reportForm/inboundOutboundDetail", + name: "inboundOutboundDetail", + component: inboundOutboundDetail, meta: { title: "鍑哄叆搴撴槑缁�" } @@ -37,6 +38,14 @@ meta: { title: "浜у搧" } + }, + { + path: "/overview/overviewList", + name: "overviewList", + component: overviewList, + meta: { + title: "閲囪喘鍏ュ簱" + } } ] -- Gitblit v1.8.0