|
@@ -93,7 +93,20 @@ export default [
|
|
components: commonOrder({
|
|
components: commonOrder({
|
|
info: () => import('@/views/order/components/big-member/info.vue'),
|
|
info: () => import('@/views/order/components/big-member/info.vue'),
|
|
desc: () => import('@/views/order/components/big-member/desc.vue')
|
|
desc: () => import('@/views/order/components/big-member/desc.vue')
|
|
- })
|
|
|
|
|
|
+ }),
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: '',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '购买大会员',
|
|
|
|
+ productId: 104
|
|
|
|
+ },
|
|
|
|
+ components: {
|
|
|
|
+ 'buy-tip': () =>
|
|
|
|
+ import('@/views/order/components/big-member/buy-tip.vue')
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'course',
|
|
path: 'course',
|
|
@@ -158,7 +171,20 @@ export default [
|
|
desc: () => import('@/views/vipsubscribe/components/Contrast.vue'),
|
|
desc: () => import('@/views/vipsubscribe/components/Contrast.vue'),
|
|
adsense: () =>
|
|
adsense: () =>
|
|
import('@/views/order/components/vipsubscribe/adsense.vue')
|
|
import('@/views/order/components/vipsubscribe/adsense.vue')
|
|
- })
|
|
|
|
|
|
+ }),
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: '',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '超级订阅',
|
|
|
|
+ productId: 101
|
|
|
|
+ },
|
|
|
|
+ components: {
|
|
|
|
+ 'buy-tip': () =>
|
|
|
|
+ import('@/views/order/components/vipsubscribe/buy-tip.vue')
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'data-pack',
|
|
path: 'data-pack',
|