mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
【fix】 将支付提交地址修改为https,投保流程开始时,清除投保身份证识别的缓存,
This commit is contained in:
@@ -16,7 +16,7 @@ switch (process.env.VUE_APP_FLAG) {
|
||||
// 静态服务资源
|
||||
assetsUrl = 'http://139.199.50.151:8000/app/'
|
||||
mainUrl = 'http://139.199.50.151'
|
||||
payUrl = 'http://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#/'
|
||||
break
|
||||
case 'uat':
|
||||
@@ -25,7 +25,7 @@ switch (process.env.VUE_APP_FLAG) {
|
||||
// 静态服务资源
|
||||
assetsUrl = 'http://115.159.235.59:8000/app/'
|
||||
mainUrl = 'http://115.159.235.59'
|
||||
payUrl = 'http://funduat.e-guofu.com/s3-modules-gateway/embed/gateway.action'
|
||||
payUrl = 'https://funduat.e-guofu.com/s3-modules-gateway/embed/gateway.action'
|
||||
zssqUrl = ''
|
||||
break
|
||||
case 'prd':
|
||||
|
||||
Reference in New Issue
Block a user