实名认证链接decode测试

This commit is contained in:
2025-09-12 11:43:57 +08:00
parent 4fd27cfa0e
commit 93aaaacd06

View File

@ -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('有参数')