kelly520010 3 年前
父节点
当前提交
29009e4fca
共有 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 查看文件

@@ -86,7 +86,7 @@ export const list = [
path: 'home',
children: [{
title: '对公账户注册审核服务',
path: 'home',
path: 'corporateaccountManage',
children: []
}]
}, {
@@ -94,27 +94,27 @@ export const list = [
path: 'home',
children: [{
title: '储值卡充值服务(修复)[圈存]',
path: 'home',
path: 'cardrechargefix',
children: []
}, {
title: '对公账户打款充值服务',
path: 'home',
path: 'advancepaymentaccount',
children: []
}]
}, {
title: '注销退费服务',
path: 'home',
path: 'cardrechargefix',
children: []
}, {
title: '补卡额及补交服务',
path: 'home',
children: [{
title: '储值卡-补卡额服务',
path: 'home',
path: 'supplyCardBalance',
children: []
}, {
title: '储值卡-补交服务',
path: 'home',
path: 'addsupplyCardBalance',
children: []
}]
}]

+ 5
- 5
src/router/index.ts 查看文件

@@ -95,11 +95,11 @@ const routes: RouteRecordRaw[] = [
},
},
{
path: '/views/fancongcong/cardrefundcost',
name: 'cardrefundcost ',
path: '/views/fancongcong/cardrefundcostManage',
name: 'cardrefundcostManage ',
meta: { title: '注销退费服务', isAuth: true }, //用户自定内容
components: {
key: () => import('@/views/fancongcong/cardrefundcost/cardrefundcost.vue'),
key: () => import('@/views/fancongcong/cardrefundcostManage/cardrefundcostManage.vue'),
},
},
{
@@ -119,9 +119,9 @@ const routes: RouteRecordRaw[] = [
},
},
{
path: '/views/fancongcong/corporateaccount/corporateaccountManage',
path: '/views/fancongcong/corporateaccountManage/corporateaccountManage',
name: 'corporateaccountManage',
meta: { title: '储值卡充值服务(圈存)', isAuth: true }, //用户自定内容
meta: { title: '对公账户注册审核服务', isAuth: true }, //用户自定内容
components: {
key: () => import('@/views/fancongcong/corporateaccountManage/corporateaccountManage.vue'),
},

src/views/fancongcong/cardrefundcost/cardrefundcost.vue → src/views/fancongcong/cardrefundcostManage/cardrefundcostManage.vue 查看文件


正在加载...
取消
保存