// const ROOTPATH1 = "https://shunfengche.xianmxkj.com/sqx_fast"; //后台服务域名 // const ROOTPATH = "https://shunfengche.xianmxkj.com/sqx_fast"; //后台服务域名 // const ROOTPATH2 = "wss://shunfengche.xianmxkj.com/wss/chatSocket/";//聊天 const ROOTPATH1 = "http://192.168.50.122:8179/sqx_fast"; //后台服务域名 const ROOTPATH = "http://192.168.50.122:8179/sqx_fast"; //后台服务域名 const ROOTPATH2 = "ws://192.168.50.122:8179/sqx_fast/chatSocket/"; //联系客服 module.exports = { APIHOST: ROOTPATH, APIHOST1: ROOTPATH1, WSHOST: ROOTPATH2 };