1234567891011121314 |
- // const ROOTPATH1 = "https://shunfengcheshop.xianmxkj.com/sqx_fast";
- // const ROOTPATH = "https://shunfengcheshop.xianmxkj.com/sqx_fast";
- // const ROOTPATH2 = "wss://shunfengcheshop.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
- };
|