12345678910111213141516 |
- // const ROOTPATH = "http://smam.qd-xiaomage.com:9210/sqx_fast";
- // const ROOTPATH1 = "http://smam.qd-xiaomage.com:9210/sqx_fast";
- // const ROOTPATH3 = "ws://smam.qd-xiaomage.com:9210/wss/websocket/";
- // const ROOTPATH = "http://shangmen.unvue.cn/sqx_fast";
- // const ROOTPATH1 = "http://shangmen.unvue.cn/sqx_fast";
- // const ROOTPATH3 = "ws://smam.qd-xiaomage.com:9210/wss/websocket/";
- const ROOTPATH = "https://master.dstapp.cn/sqx_fast";
- const ROOTPATH1 = "https://master.dstapp.cn/sqx_fast";
- const ROOTPATH3 = "ws://smam.qd-xiaomage.com:9210/wss/websocket/";
- module.exports = {
- APIHOST: ROOTPATH,
- APIHOST1: ROOTPATH1,
- WSHOST1: ROOTPATH3
- };
|