From 53c690dd9576b72279c3abd64aa5c13702b842fb Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Tue, 25 Jun 2024 20:59:46 +0800 Subject: [PATCH] 2 --- common/config.js | 4 ++++ manifest.json | 2 +- pages/index/index.vue | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/common/config.js b/common/config.js index 087a908..3950d6c 100644 --- a/common/config.js +++ b/common/config.js @@ -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 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 ROOTPATH1 = "http://192.168.2.13:8187/sqx_fast"; diff --git a/manifest.json b/manifest.json index 632d7a6..9939b2e 100644 --- a/manifest.json +++ b/manifest.json @@ -186,10 +186,10 @@ // "serviceHost" : "http://wx.sjajk.com/_AMapService"//生产需替换 // "serviceHost" : "http://120.46.52.165/_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" } } diff --git a/pages/index/index.vue b/pages/index/index.vue index 9f76044..2d3c03c 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -661,7 +661,6 @@ }, getCity(e) { - console.log("得到的城市-------------》",e[0].label); this.city = e[0].label; uni.setStorageSync('city', this.city) this.getKTCityList();