首次提交

This commit is contained in:
duan
2024-06-06 11:49:50 +08:00
parent de480ef0a3
commit c5ebf34d7e
274 changed files with 58048 additions and 1 deletions

18
common/config.js Normal file
View 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,
};