|
@@ -1,19 +1,20 @@
|
|
|
-// const ROOTPATH = "https://mxys.chuanghai-tech.com/sqx_fast";//https://mxys.chuanghai-tech.com/sqx_fast/swagger/index.html
|
|
|
|
|
-const ROOTPATH = "https://www.daweilinli.com/sqx_fast";
|
|
|
|
|
-// const ROOTPATH1 = "https://mxys.chuanghai-tech.com/sqx_fast";//tcwm.xianmaxiong.com
|
|
|
|
|
-const ROOTPATH1 = "https://www.daweilinli.com/sqx_fast";//tcwm.xianmaxiong.com
|
|
|
|
|
-// const ROOTPATH2 = "wss://mxys.chuanghai-tech.com/wss/websocket/"//联系客服
|
|
|
|
|
-const ROOTPATH2 = "wss://www.daweilinli.com/wss/websocket/"//联系客服
|
|
|
|
|
-// const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss/ordersChat/"//聊天
|
|
|
|
|
-const ROOTPATH3 = "wss://www.daweilinli.com/wss/ordersChat/"//聊天
|
|
|
|
|
|
|
+const ROOTPATH =
|
|
|
|
|
+"https://mxys.chuanghai-tech.com/sqx_fast"; //https://mxys.chuanghai-tech.com/sqx_fast/swagger/index.html
|
|
|
|
|
+// const ROOTPATH = "https://www.daweilinli.com/sqx_fast";
|
|
|
|
|
+const ROOTPATH1 = "https://mxys.chuanghai-tech.com/sqx_fast"; //tcwm.xianmaxiong.com
|
|
|
|
|
+// const ROOTPATH1 = "https://www.daweilinli.com/sqx_fast";//tcwm.xianmaxiong.com
|
|
|
|
|
+const ROOTPATH2 = "wss://mxys.chuanghai-tech.com/wss/websocket/" //联系客服
|
|
|
|
|
+// const ROOTPATH2 = "wss://www.daweilinli.com/wss/websocket/"//联系客服
|
|
|
|
|
+const ROOTPATH3 = "wss://mxys.chuanghai-tech.com/wss/ordersChat/" //聊天
|
|
|
|
|
+// const ROOTPATH3 = "wss://www.daweilinli.com/wss/ordersChat/"//聊天
|
|
|
|
|
|
|
|
// const ROOTPATH = "http://192.168.0.121:8176/sqx_fast";
|
|
// const ROOTPATH = "http://192.168.0.121:8176/sqx_fast";
|
|
|
// const ROOTPATH1 = "http://192.168.0.121:8176/sqx_fast";
|
|
// const ROOTPATH1 = "http://192.168.0.121:8176/sqx_fast";
|
|
|
// const ROOTPATH2 = "http://192.168.0.121:8176/sqx_fast";
|
|
// const ROOTPATH2 = "http://192.168.0.121:8176/sqx_fast";
|
|
|
// const ROOTPATH3 = "ws://192.168.0.121:8176/sqx_fast";
|
|
// const ROOTPATH3 = "ws://192.168.0.121:8176/sqx_fast";
|
|
|
module.exports = {
|
|
module.exports = {
|
|
|
- APIHOST: ROOTPATH,
|
|
|
|
|
- APIHOST1: ROOTPATH1,
|
|
|
|
|
|
|
+ APIHOST: ROOTPATH,
|
|
|
|
|
+ APIHOST1: ROOTPATH1,
|
|
|
WSHOST: ROOTPATH2,
|
|
WSHOST: ROOTPATH2,
|
|
|
WSHOST1: ROOTPATH3
|
|
WSHOST1: ROOTPATH3
|
|
|
};
|
|
};
|