大调整

This commit is contained in:
liushiwei
2023-08-22 20:16:59 +08:00
parent f03d1ccf2e
commit 3bd2c7d246
12 changed files with 996 additions and 44 deletions

View File

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