This commit is contained in:
zxhlyh 2024-01-25 11:40:09 +08:00 committed by GitHub
parent fd5c45ae10
commit 77636945fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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