实名认证返回参数丢失测试解决

This commit is contained in:
2025-09-12 11:01:33 +08:00
parent 1b62e6eebf
commit 3f64c42fbf
2 changed files with 8 additions and 2 deletions

View File

@ -107,8 +107,10 @@
await this.getDetail()
}
const urlParams = new URLSearchParams(window.location.search);
console.log("decodeURIComponent( window.location.href)",decodeURIComponent( window.location.href))
decodeURIComponent( window.location.href)
console.log('window.location',window.location)
console.log("urlParams",urlParams)
// console.log("decodeURIComponent( window.location.href)",decodeURIComponent( window.location.href))
// decodeURIComponent( window.location.href)
this.esignFlag = urlParams.get('esignFlag') || localStorage.getItem("esignFlag")
localStorage.setItem("esignFlag",this.esignFlag )
console.log("this.esignFlag ",this.esignFlag )