1234567891011121314151617181920212223242526272829 |
- const ROOTPATH = "https://zp.xianmaxiong.com/sqx_fast";
- const ROOTPATH1 = "https://zp.xianmaxiong.com/sqx_fast";
- const ROOTPATH2 = "wss://zp.xianmaxiong.com/wss/websocket/"; //联系客服
- const ROOTPATH3 = "wss://zp.xianmaxiong.com/wss/chatSocket/"; //聊天
- const ROOTPATH4 = "https://zp.xianmaxiong.com";
- // const ROOTPATH = "https://wap.aidezp.com/sqx_fast";
- // const ROOTPATH1 = "https://wap.aidezp.com/sqx_fast";
- // const ROOTPATH2 = "wss://wap.aidezp.com/wss/websocket/"; //联系客服
- // const ROOTPATH3 = "wss://wap.aidezp.com/wss/chatSocket/"; //聊天
- // const ROOTPATH = location.origin + "/sqx_fast";
- // const ROOTPATH1 = location.origin + "/sqx_fast";
- // const ROOTPATH2 = "wss://" + location.hostname + "/wss/websocket/"; //联系客服
- // const ROOTPATH3 = "wss://" + location.hostname + "/wss/chatSocket/"; //聊天
- // const ROOTPATH = "http://192.168.0.254:7155/sqx_fast";
- // const ROOTPATH1 = "http://192.168.0.254:7155/sqx_fast";
- // const ROOTPATH2 = "ws://192.168.0.254:7155/sqx_fast/websocket/"; //联系客服
- // const ROOTPATH3 = "ws://192.168.0.254:7155/sqx_fast/chatSocket/"; //聊天
- // const ROOTPATH4 = "https://zp.xianmaxiong.com";
- module.exports = {
- APIHOST: ROOTPATH,
- APIHOST1: ROOTPATH1,
- WSHOST: ROOTPATH2,
- WSHOST1: ROOTPATH3,
- WSHOST4: ROOTPATH4
- };
|