首次提交
This commit is contained in:
18
common/config.js
Normal file
18
common/config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
const ROOTPATHA = "https://tcwm.xianmaxiong.com/sqx_fast";
|
||||
const ROOTPATH = "https://tcwm.xianmaxiong.com/sqx_fast";
|
||||
const ROOTPATH1 = "https://tcwm.xianmaxiong.com/sqx_fast";
|
||||
const ROOTPATH2 = "wss://tcwm.xianmaxiong.com/wss/websocket/"; //联系客服
|
||||
const ROOTPATH3 = "wss://tcwm.xianmaxiong.com/wss/ordersChat/"; //聊天
|
||||
|
||||
// const ROOTPATHA = "http://192.168.0.132:8171/sqx_fast";
|
||||
// const ROOTPATH = "http://192.168.0.132:8171/sqx_fast";
|
||||
// const ROOTPATH1 = "http://192.168.0.132:8171/sqx_fast";
|
||||
// const ROOTPATH2 = "ws://192.168.0.128:8171/sqx_fast/websocket/"; //联系客服
|
||||
// const ROOTPATH3 = "ws://192.168.0.128:8171/sqx_fast/ordersChat/"; //聊天
|
||||
module.exports = {
|
||||
APIHOST: ROOTPATH,
|
||||
APIHOST1: ROOTPATH1,
|
||||
WSHOST: ROOTPATH2,
|
||||
WSHOST1: ROOTPATH3,
|
||||
APIHOSTA: ROOTPATHA,
|
||||
};
|
||||
Reference in New Issue
Block a user