16 lines
660 B
JavaScript
16 lines
660 B
JavaScript
const ROOTPATH1 = "https://takeoutservice.sxczgkj.cn/sqx_fast";
|
|
const ROOTPATH = "https://takeoutservice.sxczgkj.cn/sqx_fast";
|
|
const ROOTPATH2 = "wss://tcwm.xianmaxiong.com/wss/websocket/"; //联系客服
|
|
const ROOTPATH3 = "wss://tcwm.xianmaxiong.com/wss/ordersChat/"; //聊天
|
|
|
|
// const ROOTPATH1 = "http://192.168.0.119:8171/sqx_fast";
|
|
// const ROOTPATH = "http://192.168.0.119:8171/sqx_fast";
|
|
// const ROOTPATH2 = "wss://192.168.0.119:8171/wss/websocket/"; //联系客服
|
|
// const ROOTPATH3 = "wss://192.168.0.119:8171/wss/ordersChat/"; //聊天
|
|
|
|
module.exports = {
|
|
APIHOST: ROOTPATH,
|
|
APIHOST1: ROOTPATH1,
|
|
WSHOST: ROOTPATH2,
|
|
WSHOST1: ROOTPATH3,
|
|
}; |