This commit is contained in:
liushiwei
2024-09-19 21:28:59 +08:00
parent 5e8b1ea682
commit 4a90536696
26 changed files with 1604 additions and 472 deletions

View File

@@ -217,6 +217,11 @@ const router = new VueRouter({
name: 'priceAdjustment',
component: () => import('../view/sale/PriceAdjustment.vue')
},
{
path: 'logisticFee',
name: 'logisticFee',
component: () => import('../view/sale/LogisticFee.vue')
},
{
path: 'costManageShein',
name: 'costManageShein',
@@ -247,6 +252,11 @@ const router = new VueRouter({
name: 'orderListShein',
component: () => import('../view/shein/OrderListShein.vue')
},
{
path: 'productListOdm',
name: 'productListOdm',
component: () => import('../view/shein/ProductListOdm.vue')
},
{
path: 'returnRecordShein',
name: 'returnRecordShein',