From 5af618230ccd65d6bae4635cbd1a3bbf8ab0aa7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Thu, 22 Aug 2024 22:36:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E9=A1=B5=E9=9D=A2=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 1 + src/views/applyList/technician.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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,