实名认证返回参数丢失测试解决
This commit is contained in:
@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user