diff --git a/src/router/index.js b/src/router/index.js index f75eed7..5a6b1a5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -147,6 +147,7 @@ const mainRoutes = { { path: '/ywyApply', component: _import('bl/commission/ywy/ywyApply'), name: 'ywyApply', meta: { title: '业务员审核', isTab: true } }, { path: '/artificerAchievementIntegral', component: _import('bl/artificer/artificerAchievementIntegral'), name: 'artificerAchievementIntegral', meta: { title: '技师业绩积分关系列表', isTab: true } }, { path: '/artificerPartitioningDetails', component: _import('bl/artificer/artificerPartitioningDetails'), name: 'artificerPartitioningDetails', meta: { title: '技师分成明细配置列表', isTab: true } }, + { path: '/artificerRechargeReward', component: _import('bl/artificer/artificerRechargeReward'), name: 'artificerRechargeReward', meta: { title: '技师充值奖励配置列表', isTab: true } }, ], beforeEnter(to, from, next) { let token = Vue.cookie.get('token') diff --git a/src/views/applyList/technician.vue b/src/views/applyList/technician.vue index acc98c4..f6ce379 100644 --- a/src/views/applyList/technician.vue +++ b/src/views/applyList/technician.vue @@ -2589,7 +2589,7 @@ export default { massageTypeId = this.massageTypeId; } this.$http({ - url: this.$http.adornUrl(`artificer/selectArtificerList`), + url: this.$http.adornUrl(`artificer/selectArtificerListPc`), method: "get", params: this.$http.adornParams({ page: this.page,