mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 19:06: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/'
|
assetsUrl = 'http://139.199.50.151:8000/app/'
|
||||||
mainUrl = 'http://139.199.50.151'
|
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#/'
|
zssqUrl = 'http://139.199.50.151/html/test/index.html#/'
|
||||||
break
|
break
|
||||||
case 'uat':
|
case 'uat':
|
||||||
@@ -25,7 +25,7 @@ switch (process.env.VUE_APP_FLAG) {
|
|||||||
// 静态服务资源
|
// 静态服务资源
|
||||||
assetsUrl = 'http://115.159.235.59:8000/app/'
|
assetsUrl = 'http://115.159.235.59:8000/app/'
|
||||||
mainUrl = 'http://115.159.235.59'
|
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 = ''
|
zssqUrl = ''
|
||||||
break
|
break
|
||||||
case 'prd':
|
case 'prd':
|
||||||
|
|||||||
@@ -533,7 +533,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (rs.uwResult != '02') {
|
if (rs.uwResult != '02') {
|
||||||
return this.$toast(rs.resultMessage)
|
return this.$toast(rs.message)
|
||||||
} else {
|
} else {
|
||||||
this.acceptInsurance()
|
this.acceptInsurance()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -497,6 +497,10 @@ export default {
|
|||||||
localStorage.removeItem('bankCard')
|
localStorage.removeItem('bankCard')
|
||||||
localStorage.removeItem('bankCardUrlInsuredPath')
|
localStorage.removeItem('bankCardUrlInsuredPath')
|
||||||
localStorage.removeItem('bankCardInsured')
|
localStorage.removeItem('bankCardInsured')
|
||||||
|
localStorage.removeItem('imgfrontPath')
|
||||||
|
localStorage.removeItem('imgfrontInsuredPath')
|
||||||
|
localStorage.removeItem('imgBackPath')
|
||||||
|
localStorage.removeItem('imgBackInsuredPath')
|
||||||
// document.body.style.backgroundColor = '#F5F5F5'
|
// document.body.style.backgroundColor = '#F5F5F5'
|
||||||
//如果是编辑/导航进来
|
//如果是编辑/导航进来
|
||||||
this.isElecCont = '0'
|
this.isElecCont = '0'
|
||||||
|
|||||||
Reference in New Issue
Block a user