diff --git a/src/router/index.js b/src/router/index.js index 8209032..83f0e63 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3480,12 +3480,7 @@ export const constantRoutes = [ component: Layout, meta: { title: '全网管理', icon: 'info', icon1: 'infoSel' }, children: [ - { - path: 'productManage', - name: 'WholeNetworkProductManageList', - component: () => import('@/views/wholeNetwork/productManage/index'), - meta: { title: '全网产品管理' } - }, + { path: 'productManageSummary', name: 'WholeNetworkProductManageSummary', @@ -3497,14 +3492,8 @@ export const constantRoutes = [ name: 'WholeNetworkOrderSyncFail', component: () => import('@/views/wholeNetwork/orderSyncFail/index'), meta: { title: '同步失败订单' } - }, - { - path: 'productManageDetails', - name: 'WholeNetworkProductManageDetails', - component: () => import('@/views/wholeNetwork/productManage/details'), - meta: { title: '全网产品管理详情' }, - hidden: true } + ] }, diff --git a/src/views/wholeNetwork/productManage/components/UpdateDialog.vue b/src/views/wholeNetwork/productManage/components/UpdateDialog.vue deleted file mode 100644 index 799a930..0000000 --- a/src/views/wholeNetwork/productManage/components/UpdateDialog.vue +++ /dev/null @@ -1,136 +0,0 @@ - - - - - diff --git a/src/views/wholeNetwork/productManage/components/UpdateInventory.vue b/src/views/wholeNetwork/productManage/components/UpdateInventory.vue deleted file mode 100644 index 593fbc8..0000000 --- a/src/views/wholeNetwork/productManage/components/UpdateInventory.vue +++ /dev/null @@ -1,96 +0,0 @@ - - - - - diff --git a/src/views/wholeNetwork/productManage/details.vue b/src/views/wholeNetwork/productManage/details.vue deleted file mode 100644 index b703e1b..0000000 --- a/src/views/wholeNetwork/productManage/details.vue +++ /dev/null @@ -1,286 +0,0 @@ - - - - - diff --git a/src/views/wholeNetwork/productManage/index.vue b/src/views/wholeNetwork/productManage/index.vue deleted file mode 100644 index 7e163c3..0000000 --- a/src/views/wholeNetwork/productManage/index.vue +++ /dev/null @@ -1,392 +0,0 @@ - - - - -