path: 'home', | path: 'home', | ||||
children: [{ | children: [{ | ||||
title: '对公账户注册审核服务', | title: '对公账户注册审核服务', | ||||
path: 'home', | |||||
path: 'corporateaccountManage', | |||||
children: [] | children: [] | ||||
}] | }] | ||||
}, { | }, { | ||||
path: 'home', | path: 'home', | ||||
children: [{ | children: [{ | ||||
title: '储值卡充值服务(修复)[圈存]', | title: '储值卡充值服务(修复)[圈存]', | ||||
path: 'home', | |||||
path: 'cardrechargefix', | |||||
children: [] | children: [] | ||||
}, { | }, { | ||||
title: '对公账户打款充值服务', | title: '对公账户打款充值服务', | ||||
path: 'home', | |||||
path: 'advancepaymentaccount', | |||||
children: [] | children: [] | ||||
}] | }] | ||||
}, { | }, { | ||||
title: '注销退费服务', | title: '注销退费服务', | ||||
path: 'home', | |||||
path: 'cardrechargefix', | |||||
children: [] | children: [] | ||||
}, { | }, { | ||||
title: '补卡额及补交服务', | title: '补卡额及补交服务', | ||||
path: 'home', | path: 'home', | ||||
children: [{ | children: [{ | ||||
title: '储值卡-补卡额服务', | title: '储值卡-补卡额服务', | ||||
path: 'home', | |||||
path: 'supplyCardBalance', | |||||
children: [] | children: [] | ||||
}, { | }, { | ||||
title: '储值卡-补交服务', | title: '储值卡-补交服务', | ||||
path: 'home', | |||||
path: 'addsupplyCardBalance', | |||||
children: [] | children: [] | ||||
}] | }] | ||||
}] | }] |
}, | }, | ||||
}, | }, | ||||
{ | { | ||||
path: '/views/fancongcong/cardrefundcost', | |||||
name: 'cardrefundcost ', | |||||
path: '/views/fancongcong/cardrefundcostManage', | |||||
name: 'cardrefundcostManage ', | |||||
meta: { title: '注销退费服务', isAuth: true }, //用户自定内容 | meta: { title: '注销退费服务', isAuth: true }, //用户自定内容 | ||||
components: { | components: { | ||||
key: () => import('@/views/fancongcong/cardrefundcost/cardrefundcost.vue'), | |||||
key: () => import('@/views/fancongcong/cardrefundcostManage/cardrefundcostManage.vue'), | |||||
}, | }, | ||||
}, | }, | ||||
{ | { | ||||
}, | }, | ||||
}, | }, | ||||
{ | { | ||||
path: '/views/fancongcong/corporateaccount/corporateaccountManage', | |||||
path: '/views/fancongcong/corporateaccountManage/corporateaccountManage', | |||||
name: 'corporateaccountManage', | name: 'corporateaccountManage', | ||||
meta: { title: '储值卡充值服务(圈存)', isAuth: true }, //用户自定内容 | |||||
meta: { title: '对公账户注册审核服务', isAuth: true }, //用户自定内容 | |||||
components: { | components: { | ||||
key: () => import('@/views/fancongcong/corporateaccountManage/corporateaccountManage.vue'), | key: () => import('@/views/fancongcong/corporateaccountManage/corporateaccountManage.vue'), | ||||
}, | }, |