mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 19:46:43 +08:00
Merge branch 'feature/GFRS-2415【护网行动】' into dev
This commit is contained in:
@@ -19,26 +19,26 @@ let apiDomain, imgDomain, assetsUrl, mainUrl, payUrl, zssqUrl, REQ_PWD, CACHE_EN
|
|||||||
console.log('环境:', process.env.VUE_APP_FLAG)
|
console.log('环境:', process.env.VUE_APP_FLAG)
|
||||||
switch (process.env.VUE_APP_FLAG) {
|
switch (process.env.VUE_APP_FLAG) {
|
||||||
case 'dev':
|
case 'dev':
|
||||||
apiDomain = 'http://139.199.50.151:7000/api/v1' // 国富api ///api/v1
|
apiDomain = 'https://iagentsales-test2.e-guofu.com:5200/api/v1' // 国富api ///api/v1
|
||||||
imgDomain = 'http://211.159.248.123:7012/updown' // dev
|
imgDomain = 'https://iagentsales-test3.e-guofu.com:5443/updown' // dev
|
||||||
// 静态服务资源
|
// 静态服务资源
|
||||||
assetsUrl = 'http://139.199.50.151:8000/app/'
|
assetsUrl = 'https://iagentsales-test2.e-guofu.com:443/app/'
|
||||||
// 上传影像地址 98 服务器地址
|
// 上传影像地址 98 服务器地址
|
||||||
assetsUpUrl = 'http://211.159.248.123:80'
|
assetsUpUrl = 'https://iagentsales-test3.e-guofu.com:443'
|
||||||
mainUrl = 'http://139.199.50.151'
|
mainUrl = 'https://iagentsales-test2.e-guofu.com'
|
||||||
payUrl = 'https://funduat.e-guofu.com/s3-modules-gateway/embed/gateway.action'
|
payUrl = 'https://funduat.e-guofu.com/s3-modules-gateway/embed/gateway.action'
|
||||||
zssqUrl = 'http://139.199.50.151/html/test/index.html#/'
|
zssqUrl = 'https://iagentsales-test2.e-guofu.com:5100/html/test/index.html#/'
|
||||||
REQ_PWD = '41424344454631323334353637383930'
|
REQ_PWD = '41424344454631323334353637383930'
|
||||||
CACHE_ENCRYP = '41424344454631323334353637383930'
|
CACHE_ENCRYP = '41424344454631323334353637383930'
|
||||||
API_VERSION = 'v1'
|
API_VERSION = 'v1'
|
||||||
break
|
break
|
||||||
case 'uat':
|
case 'uat':
|
||||||
apiDomain = 'http://115.159.235.59:7000/api/v1' // 国富api
|
apiDomain = 'https://iagentsales-test2.e-guofu.com:5200/api/v1' // 国富api
|
||||||
imgDomain = 'http://139.199.50.145:7012/updown'
|
imgDomain = 'http://139.199.50.145:7012/updown'
|
||||||
// 静态服务资源
|
// 静态服务资源
|
||||||
assetsUrl = 'http://115.159.235.59:8000/app/'
|
assetsUrl = 'https://iagentsales-test2.e-guofu.com:443/app/'
|
||||||
// 上传影像地址 98 服务器地址
|
// 上传影像地址 98 服务器地址
|
||||||
assetsUpUrl = 'http://211.159.248.123:80'
|
assetsUpUrl = 'https://iagentsales-test3.e-guofu.com:443'
|
||||||
mainUrl = 'http://115.159.235.59'
|
mainUrl = 'http://115.159.235.59'
|
||||||
payUrl = 'https://funduat.e-guofu.com/s3-modules-gateway/embed/gateway.action'
|
payUrl = 'https://funduat.e-guofu.com/s3-modules-gateway/embed/gateway.action'
|
||||||
zssqUrl = ''
|
zssqUrl = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user