添加日志打印

This commit is contained in:
2026-02-27 14:31:40 +08:00
parent b84f41cc31
commit 420fcaee08

View File

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