移除日志

This commit is contained in:
2026-02-28 12:00:49 +08:00
parent 420fcaee08
commit a2003ebf6a

View File

@@ -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
} }