大调整
This commit is contained in:
		| @@ -28,23 +28,37 @@ const router = new VueRouter({ | ||||
|         { | ||||
|           path: 'normalSendGoods', | ||||
|           name: 'NormalSendGoods', | ||||
|           component: () => import('../view/NormalSendGoods.vue') | ||||
|           component: () => import('../view/shipping/NormalSendGoods.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'shippingList', | ||||
|           name: 'shippingList', | ||||
|           component: () => import('../view/shipping/ShippingList.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'waitShippingList', | ||||
|           name: 'waitShippingList', | ||||
|           component: () => import('../view/shipping/WaitShippingList.vue') | ||||
|         }, | ||||
|  | ||||
|         { | ||||
|           path: 'copyProduct', | ||||
|           name: 'copyProduct', | ||||
|           component: () => import('../view/product/CopyProduct.vue') | ||||
|         }, | ||||
|  | ||||
|         { | ||||
|           path: 'message', | ||||
|           name: 'message', | ||||
|           component: () => import('../view/Message.vue') | ||||
|         }, | ||||
|         { | ||||
|           path: 'copyProduct', | ||||
|           name: 'copyProduct', | ||||
|           component: () => import('../view/CopyProduct.vue') | ||||
|         }, | ||||
|          | ||||
|         { | ||||
|           path: 'saleData', | ||||
|           name: 'saleData', | ||||
|           component: () => import('../view/ExportSaleData.vue') | ||||
|         }, | ||||
|          | ||||
|         // { | ||||
|         //   path: 'statistics', | ||||
|         //   name: 'statistics', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user