This commit is contained in:
parent
80256c7069
commit
53c690dd95
|
@ -10,6 +10,10 @@ const ROOTPATH1 = "http://192.168.2.222:8187/sqx_fast";
|
||||||
// const ROOTPATH = "http://47.75.182.93:8090/sqx_fast";
|
// const ROOTPATH = "http://47.75.182.93:8090/sqx_fast";
|
||||||
// const ROOTPATH1 = "http://47.75.182.93:8090/sqx_fast";
|
// const ROOTPATH1 = "http://47.75.182.93:8090/sqx_fast";
|
||||||
|
|
||||||
|
// const ROOTPATH3 = "wss://120.46.52.165/wss/websocket/";
|
||||||
|
// const ROOTPATH = "http://120.46.52.165/sqx_fast";
|
||||||
|
// const ROOTPATH1 = "http://120.46.52.165/sqx_fast";
|
||||||
|
|
||||||
|
|
||||||
// const ROOTPATH = "http://192.168.2.13:8187/sqx_fast";
|
// const ROOTPATH = "http://192.168.2.13:8187/sqx_fast";
|
||||||
// const ROOTPATH1 = "http://192.168.2.13:8187/sqx_fast";
|
// const ROOTPATH1 = "http://192.168.2.13:8187/sqx_fast";
|
||||||
|
|
|
@ -186,10 +186,10 @@
|
||||||
// "serviceHost" : "http://wx.sjajk.com/_AMapService"//生产需替换
|
// "serviceHost" : "http://wx.sjajk.com/_AMapService"//生产需替换
|
||||||
// "serviceHost" : "http://120.46.52.165/_AMapService"
|
// "serviceHost" : "http://120.46.52.165/_AMapService"
|
||||||
"serviceHost" : "http://192.168.2.222:8187/_AMapService"
|
"serviceHost" : "http://192.168.2.222:8187/_AMapService"
|
||||||
// "serviceHost" : "http://47.75.182.93:8090/_AMapService"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// "serviceHost" : "http://47.75.182.93:8090/_AMapService"
|
||||||
"template" : "index.html"
|
"template" : "index.html"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -661,7 +661,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
getCity(e) {
|
getCity(e) {
|
||||||
console.log("得到的城市-------------》",e[0].label);
|
|
||||||
this.city = e[0].label;
|
this.city = e[0].label;
|
||||||
uni.setStorageSync('city', this.city)
|
uni.setStorageSync('city', this.city)
|
||||||
this.getKTCityList();
|
this.getKTCityList();
|
||||||
|
|
Loading…
Reference in New Issue