httpUrl.js 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. const ROOTPATH = "https://yizhizan.edccc.cn/sqx_fast";
  2. const ROOTPATH1 = "wss://yizhizan.edccc.cn/wss/websocket/"; //联系客服
  3. const ROOTPATH2 = "wss://yizhizan.edccc.cn/wss/chatSocket/"; //聊天
  4. const ROOTPATH3 = "https://yizhizan.edccc.cn/emoji/"; //表情
  5. const ROOTPATH4 = "https://yizhizan.edccc.cn/";
  6. // const ROOTPATH = "https://pc.aidezp.com/sqx_fast";
  7. // const ROOTPATH1 = "wss://pc.aidezp.com/wss/websocket/"; //联系客服
  8. // const ROOTPATH2 = "wss://pc.aidezp.com/wss/chatSocket/"; //聊天
  9. // const ROOTPATH3 = "https://pc.aidezp.com/emoji/"; //表情
  10. // const ROOTPATH4 = "https://pc.aidezp.com/";
  11. // const ROOTPATH = location.origin + "/sqx_fast";
  12. // const ROOTPATH1 = "wss://" + location.hostname + "/wss/websocket/"; //联系客服
  13. // const ROOTPATH2 = "wss://" + location.hostname + "/wss/chatSocket/"; //聊天
  14. // const ROOTPATH3 = "https://zhaopin.xianmaxiong.com/emoji/"; //表情
  15. // const ROOTPATH4 = location.origin + "/";
  16. // const ROOTPATH = "http://192.168.0.254:7155/sqx_fast";
  17. // const ROOTPATH1 = "ws://192.168.0.254:7155/sqx_fast/websocket/"; //联系客服
  18. // const ROOTPATH2 = "ws://192.168.0.254:7155/sqx_fast/chatSocket/"; //聊天
  19. // const ROOTPATH3 = "https://zhaopin.xianmaxiong.com/emoji/"; //表情
  20. // const ROOTPATH4 = "https://zppc.xianmaxiong.com/";
  21. export {
  22. ROOTPATH,
  23. ROOTPATH1,
  24. ROOTPATH2,
  25. ROOTPATH3,
  26. ROOTPATH4
  27. }