13 lines
504 B
JavaScript
13 lines
504 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"; //后台服务域名
|
|
|
|
module.exports = {
|
|
APIHOST: ROOTPATH,
|
|
APIHOST1: ROOTPATH1,
|
|
APIHOST2: ROOTPATH2
|
|
}; |