实名认证链接decode测试
This commit is contained in:
@ -108,9 +108,8 @@
|
||||
}
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
console.log('window.location',window.location)
|
||||
console.log("urlParams",urlParams)
|
||||
// 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")
|
||||
if(window.location.search){
|
||||
console.log('有参数')
|
||||
|
||||
Reference in New Issue
Block a user