zhouhao
2022-01-06 1c50cbc2bab82d124316bcc925119bec4e5de14f
src/views/main/addBankcard.vue
@@ -180,7 +180,7 @@
            if (process.env.NODE_ENV === "development") {  //开发环境
             objUrl = `https://t.finlean.com/comn_business/#/main/queryres?bizId=${this.bizId}&bizType=${this.bizType}`
            }  else{  //生产
              objUrl = `${window.location.origin}/#/main/queryres?bizId=${this.bizId}&bizType=${this.bizType}`
              objUrl = `${window.location.origin}/comn_business/#/main/queryres?bizId=${this.bizId}&bizType=${this.bizType}`
            }
           const objForm ={bizId:this.bizId,bizType:this.bizType,callbackUrl:objUrl}
          this.$api.getFaceUrl(objForm).then(res=>{