12345678910111213141516171819202122232425262728293031 |
- const ROOTPATH = "https://yizhizan.edccc.cn/sqx_fast";
- const ROOTPATH1 = "wss://yizhizan.edccc.cn/wss/websocket/"; //联系客服
- const ROOTPATH2 = "wss://yizhizan.edccc.cn/wss/chatSocket/"; //聊天
- const ROOTPATH3 = "https://yizhizan.edccc.cn/emoji/"; //表情
- const ROOTPATH4 = "https://yizhizan.edccc.cn/";
- // const ROOTPATH = "https://pc.aidezp.com/sqx_fast";
- // const ROOTPATH1 = "wss://pc.aidezp.com/wss/websocket/"; //联系客服
- // const ROOTPATH2 = "wss://pc.aidezp.com/wss/chatSocket/"; //聊天
- // const ROOTPATH3 = "https://pc.aidezp.com/emoji/"; //表情
- // const ROOTPATH4 = "https://pc.aidezp.com/";
- // const ROOTPATH = location.origin + "/sqx_fast";
- // const ROOTPATH1 = "wss://" + location.hostname + "/wss/websocket/"; //联系客服
- // const ROOTPATH2 = "wss://" + location.hostname + "/wss/chatSocket/"; //聊天
- // const ROOTPATH3 = "https://zhaopin.xianmaxiong.com/emoji/"; //表情
- // const ROOTPATH4 = location.origin + "/";
- // const ROOTPATH = "http://192.168.0.254:7155/sqx_fast";
- // const ROOTPATH1 = "ws://192.168.0.254:7155/sqx_fast/websocket/"; //联系客服
- // const ROOTPATH2 = "ws://192.168.0.254:7155/sqx_fast/chatSocket/"; //聊天
- // const ROOTPATH3 = "https://zhaopin.xianmaxiong.com/emoji/"; //表情
- // const ROOTPATH4 = "https://zppc.xianmaxiong.com/";
- export {
- ROOTPATH,
- ROOTPATH1,
- ROOTPATH2,
- ROOTPATH3,
- ROOTPATH4
- }
|