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,