Merge branch 'dev' of 47.94.45.65:angelo/web-retail-admin into test

This commit is contained in:
woody 2025-08-14 17:52:44 +08:00
commit 2085556a39
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,