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