|
|
@@ -30,18 +30,18 @@ const components = [
|
|
|
{
|
|
|
name: 'goodsorder',
|
|
|
title: '点选交收单',
|
|
|
- component: defineAsyncComponent(() => import('./components/online/list/Index.vue')),
|
|
|
- history: defineAsyncComponent(() => import('./components/online/history/Index.vue')),
|
|
|
+ component: defineAsyncComponent(() => import('@mobile/views/order/delivery/components/online/list/Index.vue')),
|
|
|
+ history: defineAsyncComponent(() => import('@mobile/views/order/delivery/components/online/history/Index.vue')),
|
|
|
},
|
|
|
{
|
|
|
name: 'goodstrade',
|
|
|
title: '线下交收单',
|
|
|
- component: defineAsyncComponent(() => import('./components/offline/list/Index.vue'))
|
|
|
+ component: defineAsyncComponent(() => import('@mobile/views/order/delivery/components/offline/list/Index.vue'))
|
|
|
},
|
|
|
{
|
|
|
name: 'listingorder',
|
|
|
title: '现货提货单',
|
|
|
- component: defineAsyncComponent(() => import('./components/spot/list/Index.vue')),
|
|
|
+ component: defineAsyncComponent(() => import('@mobile/views/order/delivery/components/spot/list/Index.vue')),
|
|
|
}
|
|
|
]
|
|
|
|