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

View File

@@ -533,7 +533,7 @@ export default {
}
if (rs.uwResult != '02') {
return this.$toast(rs.resultMessage)
return this.$toast(rs.message)
} else {
this.acceptInsurance()
}

View File

@@ -497,6 +497,10 @@ export default {
localStorage.removeItem('bankCard')
localStorage.removeItem('bankCardUrlInsuredPath')
localStorage.removeItem('bankCardInsured')
localStorage.removeItem('imgfrontPath')
localStorage.removeItem('imgfrontInsuredPath')
localStorage.removeItem('imgBackPath')
localStorage.removeItem('imgBackInsuredPath')
// document.body.style.backgroundColor = '#F5F5F5'
//如果是编辑/导航进来
this.isElecCont = '0'