From 651e60fc200a282cc6366ecb1625027737ea0a9b Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Sat, 6 Nov 2021 10:24:35 +0800 Subject: [PATCH 1/2] init --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 1fc5a6b..208f0ce 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,11 +3,11 @@ * https://cli.vuejs.org/zh/config/ */ // const url = 'http://pigx-gateway' -const url = 'http://39.97.167.65:9999' //测试 +// const url = 'http://39.97.167.65:9999' //测试 // const url = 'http://192.168.31.169:9999' //长龙 // const url = 'http://192.168.31.133:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 -// const url = 'http://mp7i3c.natappfree.cc' //王笑 +const url = 'http://chrrx3.natappfree.cc' //王笑 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css'] From eef55c4e3ca533f60613d40907bd02e608944dbe Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Sat, 6 Nov 2021 15:45:20 +0800 Subject: [PATCH 2/2] init --- src/api/modules/api.js | 24 ++++ src/views/Customer/AgentManagement.vue | 30 ++++- src/views/Customer/CompanyRecord.vue | 71 ++++++++++- src/views/building/Count.vue | 170 +++++++++++++++++++++---- src/views/building/index.vue | 67 +++++++++- vue.config.js | 2 +- 6 files changed, 328 insertions(+), 36 deletions(-) diff --git a/src/api/modules/api.js b/src/api/modules/api.js index 5e0b91c..4cb9076 100644 --- a/src/api/modules/api.js +++ b/src/api/modules/api.js @@ -894,3 +894,27 @@ export function receptionDataOfSystem(data) { data }) } +// 楼盘统计公司 +export function companyStatistics(query) { + return request({ + url: 'autoSR/cusStageStatistics/companyStatistics', + method:'get', + params:query + }) +} +// 楼盘统计代理商 +export function agentStatistics(query) { + return request({ + url: 'autoSR/cusStageStatistics/agentStatistics', + method:'get', + params:query + }) +} +// 楼盘统计代理商 +export function houseStatistics1(query) { + return request({ + url: 'autoSR/cusStageStatistics/houseStatistics', + method:'get', + params:query + }) +} diff --git a/src/views/Customer/AgentManagement.vue b/src/views/Customer/AgentManagement.vue index 2577ba4..481fec4 100644 --- a/src/views/Customer/AgentManagement.vue +++ b/src/views/Customer/AgentManagement.vue @@ -304,10 +304,10 @@ - + - +