Files
tcwm-uniapp-shop/common/config.js
2024-06-06 11:49:50 +08:00

18 lines
791 B
JavaScript

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,
};