调整
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user