From e74b9a1801d4cdc31ccee973006e66f5299875f6 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 14 Aug 2025 17:52:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(router):=20=E6=B7=BB=E5=8A=A0=E5=85=A8?= =?UTF-8?q?=E7=BD=91=E7=AE=A1=E7=90=86=E8=B7=AF=E7=94=B1=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/router/index.js b/src/router/index.js index c122966..6e1bd93 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -4084,6 +4084,28 @@ export const constantRoutes = [ } ] }, + { + path: '/whole-network', + name: 'WholeNetwork', + component: Layout, + meta: { title: '全网管理', icon: 'info', icon1: 'infoSel' }, + children: [ + + { + path: 'productManageSummary', + name: 'WholeNetworkProductManageSummary', + component: () => import('@/views/wholeNetwork/productManage/summary'), + meta: { title: '全网产品统计' } + }, + { + path: 'orderSyncFail', + name: 'WholeNetworkOrderSyncFail', + component: () => import('@/views/wholeNetwork/orderSyncFail/index'), + meta: { title: '同步失败订单' } + } + + ] + }, // { // path: 'external-link', // component: Layout,