Compare commits

..

No commits in common. "2085556a394c4e6f83d0ad1d7daef6e0f3217fe0" and "54496ab5ba51f55812948be8bd4a0af3ac4cc25b" have entirely different histories.

1 changed files with 0 additions and 22 deletions

View File

@ -4084,28 +4084,6 @@ 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', // path: 'external-link',
// component: Layout, // component: Layout,