소스 검색

Merge branch 'master' of https://gitee.com/dmc_qq/etc-project into master

master
wq 3 년 전
부모
커밋
5acda7a590
3개의 변경된 파일11개의 추가작업 그리고 11개의 파일을 삭제
  1. 6
    6
      src/data/menuData.ts
  2. 5
    5
      src/router/index.ts
  3. 0
    0
      src/views/fancongcong/cardrefundcostManage/cardrefundcostManage.vue

+ 6
- 6
src/data/menuData.ts 파일 보기

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 파일 보기

}, },
}, },
{ {
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 파일 보기


Loading…
취소
저장