config.js 544 B

1234567891011121314
  1. // const ROOTPATH1 = "https://shunfengcheshop.xianmxkj.com/sqx_fast";
  2. // const ROOTPATH = "https://shunfengcheshop.xianmxkj.com/sqx_fast";
  3. // const ROOTPATH2 = "wss://shunfengcheshop.xianmxkj.com/wss/chatSocket/";//聊天
  4. const ROOTPATH1 = "http://192.168.50.122:8179/sqx_fast"; //后台服务域名
  5. const ROOTPATH = "http://192.168.50.122:8179/sqx_fast"; //后台服务域名
  6. const ROOTPATH2 = "ws://192.168.50.122:8179/sqx_fast/chatSocket/"; //联系客服
  7. module.exports = {
  8. APIHOST: ROOTPATH,
  9. APIHOST1: ROOTPATH1,
  10. WSHOST: ROOTPATH2
  11. };