diff --git a/.env devBuild b/.env.devBuild similarity index 100% rename from .env devBuild rename to .env.devBuild diff --git a/.env prd b/.env.prd similarity index 100% rename from .env prd rename to .env.prd diff --git a/.env uat b/.env.uat similarity index 100% rename from .env uat rename to .env.uat diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index d769e2abe..8050b9ba7 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -11,6 +11,7 @@
投保人签名 :
+ 超录 {{ isSign ? '签名' : '已签名' }}
@@ -548,6 +549,22 @@ export default { }) ) window.location.href = this.$mainUrl + '/sign/index.html' + }, + // 超录 + chaolu(status, keyword, offset) { + localStorage.setItem( + 'signInfo', + JSON.stringify({ + idNo: this.saleInsuredInfo.idNo, + name: this.saleInsuredInfo.name, + type: this.saleInsuredInfo.idType, + keyword: keyword, + status: status, + offset: offset, + originUrl: location.origin + }) + ) + window.location.href = this.$mainUrl + '/chaolu/index.html' } }, async created() {