瀏覽代碼

测试环境im http请求地址错误

hd 4 月之前
父節點
當前提交
3e662a9acc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/http-request.js

+ 1 - 1
api/http-request.js

@ -30,7 +30,7 @@
    } else { // 测试环境配置
        // server = "https://ehr.yihu.com/wlyy/"  //测试环境
		server = "http://172.26.0.118:8081/wlyy/";   //ip
        imserver = "https://172.26.0.118:3000/api/v2";
        imserver = "http://172.26.0.118:3000/api/v2";
        socketUrl = "https://172.26.0.118:3000";
        loginUrl = "../../login/login.html";