【fix】 将支付提交地址修改为https,投保流程开始时,清除投保身份证识别的缓存,

This commit is contained in:
tian.guangyuan
2020-04-27 15:01:00 +08:00
parent aff8cf7195
commit 440e0be6df
3 changed files with 7 additions and 3 deletions

View File

@@ -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':