后台页面调整
This commit is contained in:
parent
744fb9267e
commit
5af618230c
|
@ -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')
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue