diff --git a/src/api/modules/api.js b/src/api/modules/api.js index 87f956e..58a05fe 100644 --- a/src/api/modules/api.js +++ b/src/api/modules/api.js @@ -394,6 +394,14 @@ export function getAllOperationsStaff(query) { params:query }) } +// 获取运营人员 +export function getAllOperationsStaffByAgent(query) { + return request({ + url: '/admin/user/getAllOperationsStaffByAgent', + method:'get', + params:query + }) +} // 添加楼盘 export function addZkhouse(data) { return request({ diff --git a/src/page/login/index.vue b/src/page/login/index.vue index 6a09fa5..3224c8d 100644 --- a/src/page/login/index.vue +++ b/src/page/login/index.vue @@ -4,7 +4,7 @@ -

{{ website.title}} v 4.0

+

{{ website.title}}

diff --git a/src/views/building/index.vue b/src/views/building/index.vue index d7f78b2..c17d184 100644 --- a/src/views/building/index.vue +++ b/src/views/building/index.vue @@ -755,7 +755,7 @@ export default { AllOperationsStaff(agentId) { console.log(agentId); this.optionsoperationalPeople = []; - this.$api.api.getAllOperationsStaff({agentId}).then((res) => { + this.$api.api.getAllOperationsStaffByAgent({agentId}).then((res) => { this.optionsoperationalPeople = res.data; }); }, diff --git a/vue.config.js b/vue.config.js index e54ec5a..a34852c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,7 +4,7 @@ */ // const url = 'http://pigx-gateway' // const url = 'http://39.97.167.65:9999' //测试 -const url = 'http://192.168.1.181: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' //王笑