config.js 647 B

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