Sfoglia il codice sorgente

添加菜单路由,备注:注销退费服务报错

master
海洋无痕 3 anni fa
parent
commit
f304c85f51

+ 6
- 6
src/data/menuData.ts Vedi File

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: []
}] }]
}] }]

+ 5
- 5
src/router/index.ts Vedi File

}, },
}, },
{ {
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'),
}, },

src/views/fancongcong/cardrefundcost/cardrefundcost.vue → src/views/fancongcong/cardrefundcostManage/cardrefundcostManage.vue Vedi File


Loading…
Annulla
Salva