移除日志
This commit is contained in:
@@ -83,7 +83,6 @@ const IframePostMessage = () => {
|
|||||||
if (typeof window !== 'undefined') {
|
if (typeof window !== 'undefined') {
|
||||||
try {
|
try {
|
||||||
console.log("===========================:fetchAndStoreEmail")
|
console.log("===========================:fetchAndStoreEmail")
|
||||||
console.log("globalThis.location.href:", globalThis.location.href)
|
|
||||||
const hasKeyParam = new URL(globalThis.location.href).searchParams.has('key')
|
const hasKeyParam = new URL(globalThis.location.href).searchParams.has('key')
|
||||||
if (hasKeyParam) return
|
if (hasKeyParam) return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user