| @@ -1124,6 +1124,7 @@ export default { | |||||
| .findHouseByUser({ | .findHouseByUser({ | ||||
| orgType: localStorage.getItem("orgType"), | orgType: localStorage.getItem("orgType"), | ||||
| houseId: localStorage.getItem("houseId"), | houseId: localStorage.getItem("houseId"), | ||||
| houseTypes: this.houseTypes, | |||||
| }) | }) | ||||
| .then((res) => { | .then((res) => { | ||||
| this.houseList = res.data; | this.houseList = res.data; | ||||
| @@ -688,6 +688,7 @@ export default { | |||||
| .findHouseByUser({ | .findHouseByUser({ | ||||
| orgType: localStorage.getItem("orgType"), | orgType: localStorage.getItem("orgType"), | ||||
| houseId: localStorage.getItem("houseId"), | houseId: localStorage.getItem("houseId"), | ||||
| houseTypes: this.houseTypes, | |||||
| }) | }) | ||||
| .then((res) => { | .then((res) => { | ||||
| this.houseList = res.data; | this.houseList = res.data; | ||||
| @@ -3,8 +3,8 @@ | |||||
| * https://cli.vuejs.org/zh/config/ | * https://cli.vuejs.org/zh/config/ | ||||
| */ | */ | ||||
| // const url = 'http://pigx-gateway' | // const url = 'http://pigx-gateway' | ||||
| const url = 'http://39.97.167.65:9999' //测试 | |||||
| // const url = 'http://192.168.31.169:9999' //长龙 | |||||
| // const url = 'http://39.97.167.65:9999' //测试 | |||||
| const url = 'http://192.168.31.169:9999' //长龙 | |||||
| // const url = 'http://192.168.31.134:9999' //嘉豪 | // const url = 'http://192.168.31.134:9999' //嘉豪 | ||||
| // const url = 'http://192.168.31.100:9999' //王笑 | // const url = 'http://192.168.31.100:9999' //王笑 | ||||
| // const url = 'http://nitu5e.natappfree.cc' //王笑 | // const url = 'http://nitu5e.natappfree.cc' //王笑 | ||||