config.js 764 B

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