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