调整
This commit is contained in:
		| @@ -85,15 +85,20 @@ const router = new VueRouter({ | ||||
|           name: 'copyProduct', | ||||
|           component: () => import('../view/product/CopyProduct.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'sellerSelect', | ||||
|           name: 'sellerSelect', | ||||
|           component: () => import('../view/product/SellerSelect.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'draft', | ||||
|           name: 'draft', | ||||
|           component: () => import('../view/product/Draft.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'copyProductShein', | ||||
|           name: 'copyProductShein', | ||||
|           component: () => import('../view/product/CopyProductShein.vue') | ||||
|           path: 'findSeller', | ||||
|           name: 'findSeller', | ||||
|           component: () => import('../view/product/FindSeller.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'copyProductAliExpress', | ||||
| @@ -172,21 +177,56 @@ const router = new VueRouter({ | ||||
|           component: () => import('../view/CoinFlow.vue') | ||||
|         }, | ||||
|          | ||||
|         { | ||||
|           path: 'costManageTemu', | ||||
|           name: 'costManageTemu', | ||||
|           component: () => import('../view/sale/CostManageTemu.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'saleData', | ||||
|           name: 'saleData', | ||||
|           component: () => import('../view/sale/ExportSaleData.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'saleDataShein', | ||||
|           name: 'saleDataShein', | ||||
|           component: () => import('../view/sale/ExportSaleDataShein.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'saleOut', | ||||
|           name: 'saleOut', | ||||
|           component: () => import('../view/sale/ExportSaleOutData.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'afterSaleStat', | ||||
|           name: 'afterSaleStat', | ||||
|           component: () => import('../view/sale/AfterSaleStat.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'afterSaleDeductStat', | ||||
|           name: 'afterSaleDeductStat', | ||||
|           component: () => import('../view/sale/AfterSaleDeductStat.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'costManageShein', | ||||
|           name: 'costManageShein', | ||||
|           component: () => import('../view/shein/CostManageShein.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'certCenterShein', | ||||
|           name: 'certCenterShein', | ||||
|           component: () => import('../view/shein/CertCenterShein.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'saleDataShein', | ||||
|           name: 'saleDataShein', | ||||
|           component: () => import('../view/shein/ExportSaleDataShein.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'saleStatShein', | ||||
|           name: 'saleStatShein', | ||||
|           component: () => import('../view/shein/ExportSaleStatShein.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'copyProductShein', | ||||
|           name: 'copyProductShein', | ||||
|           component: () => import('../view/shein/CopyProductShein.vue') | ||||
|         }, | ||||
|          | ||||
|         // { | ||||
|         //   path: 'statistics', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user