@@ -7,7 +7,7 @@ App({
initSocket() {
let that = this;
this.globalData.SocketTask = wx.connectSocket({
- url: 'ws://121.37.152.76:8080/yos/webSocket/' + wx.getStorageSync('userMsg').token,
+ url: 'wss://meida.cnyunl.com/yos/webSocket/' + wx.getStorageSync('userMsg').token,
complete: (res) => {
console.log(res)
}
@@ -1,4 +1,4 @@
-const baseUrl = "http://121.37.152.76:8080/yos/rest/index";
+const baseUrl = "https://meida.cnyunl.com/yos/rest/index";
class HTTP {
request({
url,