Browse Source

修改楼盘选择

develop
caoyizhong 3 years ago
parent
commit
ff88505bb1
  1. 2
      src/views/sale/index.vue
  2. 4
      vue.config.js

2
src/views/sale/index.vue

@ -593,7 +593,7 @@ export default {
remoteMethod(query) {
if (query !== "") {
this.landLoading = true;
api.getListedLands({landCode: query}).then((response) => {
api.getListedLands({ annoId : query}).then((response) => {
this.landList = response.data.data.records;
this.landLoading = false;
});

4
vue.config.js

@ -8,11 +8,11 @@
}
// const url = 'http://192.168.100.11:9002'; //裴
// const url = 'https://yoursairdata.com/api';//生产
const url = 'http://192.168.100.11:9002';
// const url = 'http://192.168.100.11:9002';
// const url = 'http://192.168.23.64:9002';
// const url = 'http://139.159.180.147:9002'
// const url = 'http://127.0.0.1:8080'; //裴
//const url = 'https://yoursairdata.com/api';//生产
const url = 'https://yoursairdata.com/api';//生产
module.exports = {
lintOnSave: true,
productionSourceMap: false,

Loading…
Cancel
Save