feat(router): 添加全网管理路由配置

This commit is contained in:
woody 2025-08-14 17:52:34 +08:00
parent a1474c9891
commit e74b9a1801
1 changed files with 22 additions and 0 deletions

View File

@ -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,