29 lines
1.3 KiB
JavaScript
29 lines
1.3 KiB
JavaScript
const ROOTPATH1 = "https://duanju.xianmxkj.com/sqx_fast"; //
|
|
const ROOTPATH = "https://duanju.xianmxkj.com/sqx_fast"; //后台服务域名
|
|
const ROOTPATH2 = "https://duanju.xianmxkj.com"; //后台服务域名
|
|
|
|
// const ROOTPATH1 = location.origin + "/sqx_fast"; //
|
|
// const ROOTPATH = location.origin + "/sqx_fast"; //后台服务域名
|
|
// const ROOTPATH2 = location.origin; //后台服务域名
|
|
|
|
// const ROOTPATH1 = "https://duanju12.xianmxkj.com/sqx_fast"; //
|
|
// const ROOTPATH = "https://duanju12.xianmxkj.com/sqx_fast"; //后台服务域名
|
|
// const ROOTPATH2 = "https://duanju12.xianmxkj.com"; //后台服务域名
|
|
|
|
// const ROOTPATH1 = "https://wap.xingqiu1985.com/sqx_fast"; //
|
|
// const ROOTPATH = "https://wap.xingqiu1985.com/sqx_fast"; //后台服务域名
|
|
// const ROOTPATH2 = "https://wap.xingqiu1985.com"; //后台服务域名
|
|
|
|
|
|
// const ROOTPATH1 = "https://jc.118zp.com/sqx_fast"; //
|
|
// const ROOTPATH = "https://jc.118zp.com/sqx_fast"; //后台服务域名
|
|
// const ROOTPATH2 = "https://jc.118zp.com"; //后台服务域名
|
|
|
|
// const ROOTPATH1 = "http://192.168.0.132:8100/sqx_fast"; //后台服务域名
|
|
// const ROOTPATH = "http://192.168.0.132:8100/sqx_fast"; //后台服务域名
|
|
// const ROOTPATH2 = "http://192.168.0.132:8100"; //后台服务域名
|
|
module.exports = {
|
|
APIHOST: ROOTPATH,
|
|
APIHOST1: ROOTPATH1,
|
|
APIHOST2: ROOTPATH2
|
|
}; |