后台页面调整

This commit is contained in:
曹磊 2024-08-22 22:36:34 +08:00
parent 744fb9267e
commit 5af618230c
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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,