This commit is contained in:
liushiwei
2024-08-07 14:46:26 +08:00
parent 0808f42ce7
commit 25ba3eb387
14 changed files with 1066 additions and 48 deletions

View File

@@ -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',