This commit is contained in:
zxhlyh
2024-01-25 11:40:09 +08:00
committed by GitHub
parent fd5c45ae10
commit 77636945fb

View File

@@ -113,7 +113,8 @@ export const ProviderContextProvider = ({
utm_term: '',
}
}
operationUtm({ url: '/operation/utm', body: utm })
if (utm.utm_source || utm.utm_medium || utm.utm_campaign || utm.utm_content || utm.utm_term)
operationUtm({ url: '/operation/utm', body: utm })
}
useEffect(() => {
(async () => {