|
|
@@ -30,17 +30,22 @@ import { i18n } from '@/stores'
|
|
|
const { global: { t } } = i18n
|
|
|
|
|
|
const components = [
|
|
|
+ // {
|
|
|
+ // name: 'goodsorder',
|
|
|
+ // title: t('delivery.online.title'),
|
|
|
+ // 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: 'goodsorder',
|
|
|
- title: t('delivery.online.title'),
|
|
|
- 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: t('delivery.offline.title'),
|
|
|
+ component: defineAsyncComponent(() => import('@mobile/views/order/delivery/components/offline/list/Index.vue'))
|
|
|
},
|
|
|
- {
|
|
|
- name: 'listingorder',
|
|
|
- title: t('delivery.spot.title'),
|
|
|
- component: defineAsyncComponent(() => import('@mobile/views/order/delivery/components/spot/list/Index.vue')),
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // name: 'listingorder',
|
|
|
+ // title: t('delivery.spot.title'),
|
|
|
+ // component: defineAsyncComponent(() => import('@mobile/views/order/delivery/components/spot/list/Index.vue')),
|
|
|
+ // }
|
|
|
]
|
|
|
|
|
|
const active = shallowRef(0)
|