This commit is contained in:
Mr.jiang 2024-06-25 20:59:46 +08:00
parent 80256c7069
commit 53c690dd95
3 changed files with 5 additions and 2 deletions

View File

@ -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";

View File

@ -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"
} }
} }

View File

@ -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();