调整
This commit is contained in:
		| @@ -51,16 +51,22 @@ const router = new VueRouter({ | ||||
|           component: () => import('../view/shipping/WaitShippingList.vue') | ||||
|         }, | ||||
|  | ||||
|         { | ||||
|           path: 'returnPackage', | ||||
|           name: 'returnPackage', | ||||
|           component: () => import('../view/stock/ReturnPackage.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'returnDetail', | ||||
|           name: 'returnDetail', | ||||
|           component: () => import('../view/stock/ReturnDetail.vue') | ||||
|         }, | ||||
|  | ||||
|         { | ||||
|           path: 'copyProduct', | ||||
|           name: 'copyProduct', | ||||
|           component: () => import('../view/product/CopyProduct.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'reducePrice', | ||||
|           name: 'reducePrice', | ||||
|           component: () => import('../view/product/ReducePrice.vue') | ||||
|         }, | ||||
|  | ||||
|         { | ||||
|           path: 'niubiCopy', | ||||
| @@ -77,6 +83,11 @@ const router = new VueRouter({ | ||||
|           name: 'keywordTrack', | ||||
|           component: () => import('../view/selection/keywordtrack/Index.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'favoriteTrack', | ||||
|           name: 'favoriteTrack', | ||||
|           component: () => import('../view/selection/favoritetrack/Index.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'indexTrack', | ||||
|           name: 'indexTrack', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user