17 lines
715 B
JavaScript
17 lines
715 B
JavaScript
// const ROOTPATH1 = "https://dj-api.hnsiyao.cn/sqx_fast/"; //
|
|
// const ROOTPATH = "https://dj-api.hnsiyao.cn/sqx_fast/"; //后台服务域名
|
|
// const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
|
|
|
|
const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; //
|
|
const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名
|
|
const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名
|
|
|
|
// const ROOTPATH1 = "http://192.168.1.5:8100/sqx_fast/"; //
|
|
// const ROOTPATH = "http://192.168.1.5:8100/sqx_fast/"; //后台服务域名
|
|
// const ROOTPATH2 = "http://192.168.1.5:8100"; //后台服务域名
|
|
|
|
module.exports = {
|
|
APIHOST: ROOTPATH,
|
|
APIHOST1: ROOTPATH1,
|
|
APIHOST2: ROOTPATH2
|
|
}; |