mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 04:56:45 +08:00
H5签名修改
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user