Merge branch 'dev' of 47.94.45.65:angelo/web-retail-admin into test
This commit is contained in:
commit
2085556a39
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue