实名认证链接decode测试
This commit is contained in:
@ -109,7 +109,7 @@
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
console.log('window.location',window.location)
|
||||
// console.log("urlParams",urlParams)
|
||||
// console.log("decodeURIComponent( window.location.href)",decodeURIComponent( window.location.href))
|
||||
console.log("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