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