调整
This commit is contained in:
@@ -212,6 +212,11 @@ const router = new VueRouter({
|
||||
name: 'saleStatTemu',
|
||||
component: () => import('../view/sale/ExportSaleStatTemu.vue')
|
||||
},
|
||||
{
|
||||
path: 'priceAdjustment',
|
||||
name: 'priceAdjustment',
|
||||
component: () => import('../view/sale/PriceAdjustment.vue')
|
||||
},
|
||||
{
|
||||
path: 'costManageShein',
|
||||
name: 'costManageShein',
|
||||
@@ -237,6 +242,16 @@ const router = new VueRouter({
|
||||
name: 'copyProductShein',
|
||||
component: () => import('../view/shein/CopyProductShein.vue')
|
||||
},
|
||||
{
|
||||
path: 'orderListShein',
|
||||
name: 'orderListShein',
|
||||
component: () => import('../view/shein/OrderListShein.vue')
|
||||
},
|
||||
{
|
||||
path: 'returnRecordShein',
|
||||
name: 'returnRecordShein',
|
||||
component: () => import('../view/shein/ReturnRecordShein.vue')
|
||||
},
|
||||
|
||||
// {
|
||||
// path: 'statistics',
|
||||
|
||||
Reference in New Issue
Block a user