config.js 705 B

1234567891011121314151617
  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 ROOTPATH = "http://192.168.1.166:8188/sqx_fast";
  9. const ROOTPATH1 = "https://master.dstapp.cn/sqx_fast";
  10. const ROOTPATH3 = "ws://smam.qd-xiaomage.com:9210/wss/websocket/";
  11. module.exports = {
  12. APIHOST: ROOTPATH,
  13. APIHOST1: ROOTPATH1,
  14. WSHOST1: ROOTPATH3
  15. };