diff --git a/src/api/modules/http.js b/src/api/modules/http.js index 0f29737..b43bc0e 100644 --- a/src/api/modules/http.js +++ b/src/api/modules/http.js @@ -521,6 +521,15 @@ export function overviewreceptionRanking(query) { }) } +// 获取访问系统排名 +export function systemAccessranking(query) { + return request({ + url: 'autoSR/cusStageStatistics/systemAccessranking', + method: 'get', + params: query + }) +} + //销讲词执行率 export function overviewreceptionOverviewZxl(query) { @@ -845,12 +854,10 @@ export function operationStatisticsDetail(query) { } // 单/批量转交客户至另一个顾问 - export function theCirculation(query) { return request({ url: 'autoSR/customer/theCirculation', method: 'get', params: query }) -} - +} \ No newline at end of file diff --git a/src/page/check/chose.vue b/src/page/check/chose.vue index dcebe9f..319597d 100644 --- a/src/page/check/chose.vue +++ b/src/page/check/chose.vue @@ -391,7 +391,8 @@ export default { }, addLoginCount(houseId){ this.$api.api.addLoginCount({ - houseId + houseId: houseId, + serviceId: 'pig', }).then(res=>{ console.log(res); }) diff --git a/src/page/check/index.vue b/src/page/check/index.vue index 4495d30..c7d00db 100644 --- a/src/page/check/index.vue +++ b/src/page/check/index.vue @@ -175,7 +175,8 @@ export default { }, addLoginCount(houseId){ this.$api.api.addLoginCount({ - houseId + houseId, + serviceId: 'pig', }).then(res=>{ console.log(res); }) diff --git a/src/page/login/userlogin.vue b/src/page/login/userlogin.vue index a53c35b..f2d8acb 100644 --- a/src/page/login/userlogin.vue +++ b/src/page/login/userlogin.vue @@ -303,7 +303,8 @@ export default { }, addLoginCount(houseId){ this.$api.api.addLoginCount({ - houseId + houseId, + serviceId: 'pig', }).then(res=>{ console.log(res); }) diff --git a/src/page/wel.vue b/src/page/wel.vue index fbf5d22..fd259fe 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -1,899 +1,1093 @@