H5签名修改

This commit is contained in:
邓晓坤
2019-10-24 10:46:47 +08:00
parent 56ec925911
commit cb48d88983
10 changed files with 598 additions and 15 deletions

View File

@@ -5,8 +5,7 @@
*
*/
let apiDomain, imgDomain, assetsUrl, mainUrl,
payUrl // 保融支付的收银台服务地址
let apiDomain, imgDomain, assetsUrl, mainUrl, payUrl // 保融支付的收银台服务地址
// 可以多个接口域名,按需添加
console.log('环境:', process.env.VUE_APP_FLAG)
@@ -18,7 +17,7 @@ switch (process.env.VUE_APP_FLAG) {
// 静态服务资源
assetsUrl = 'http://139.199.50.151:8000/app/'
mainUrl = 'http://47.96.143.111'
mainUrl = 'http://139.199.50.151'
payUrl = 'http://10.10.100.84:7003/s3-modules-gateway/embed/gateway.action'
break
case 'staging':
@@ -36,7 +35,7 @@ switch (process.env.VUE_APP_FLAG) {
// 静态服务资源
// assetsUrl = 'http://211.159.248.138:7001/' // 上生产前
assetsUrl = 'https://iagentsales-sr.e-guofu.com:8443/'
mainUrl = 'http://47.96.143.111'
mainUrl = 'https://iagentsales.e-guofu.com'
payUrl = 'https://uns3.e-guofu.com/s3-modules-gateway/embed/gateway.action'
break
}