|
@@ -208,12 +208,13 @@ const components = [
|
|
|
name: 'position',
|
|
name: 'position',
|
|
|
title: '持仓汇总',
|
|
title: '持仓汇总',
|
|
|
component: defineAsyncComponent(() => import('@mobile/views/order/position/components/pricing/list/Index.vue')),
|
|
component: defineAsyncComponent(() => import('@mobile/views/order/position/components/pricing/list/Index.vue')),
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- name: 'holdlb',
|
|
|
|
|
- title: '持仓明细',
|
|
|
|
|
- component: defineAsyncComponent(() => import('../trade/holdlb/Index.vue')),
|
|
|
|
|
}
|
|
}
|
|
|
|
|
+ // ,
|
|
|
|
|
+ // {
|
|
|
|
|
+ // name: 'holdlb',
|
|
|
|
|
+ // title: '持仓明细',
|
|
|
|
|
+ // component: defineAsyncComponent(() => import('../trade/holdlb/Index.vue')),
|
|
|
|
|
+ // }
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
const componentMap = new Map<string, unknown>([
|
|
const componentMap = new Map<string, unknown>([
|