config.js 756 B

1234567891011121314151617181920
  1. // const ROOTPATH = "http://smam.qd-xiaomage.com:9210/sqx_fast";
  2. // const ROOTPATH1 = "http://smam.qd-xiaomage.com:9210/sqx_fast";
  3. // const ROOTPATH2 = "ws://smam.qd-xiaomage.com:9210/wss/websocket/";
  4. // const ROOTPATH3 = "ws://smam.qd-xiaomage.com:9210/wss/chatSocket/";
  5. const ROOTPATH = "https://master.dstapp.cn/sqx_fast";
  6. const ROOTPATH1 = "https://master.dstapp.cn/sqx_fast";
  7. // const ROOTPATH = "http://shangmenshifu.unvue.cn/sqx_fast";
  8. // const ROOTPATH1 = "http://shangmenshifu.unvue.cn/sqx_fast";
  9. const ROOTPATH2 = "ws://smam.qd-xiaomage.com:9210/wss/websocket/";
  10. const ROOTPATH3 = "ws://smam.qd-xiaomage.com:9210/wss/chatSocket/";
  11. module.exports = {
  12. APIHOST: ROOTPATH,
  13. APIHOST1: ROOTPATH1,
  14. WSHOST: ROOTPATH2,
  15. WSHOST1: ROOTPATH3
  16. };