Bladeren bron

fix: utm (#2191)

tags/0.5.1
zxhlyh 1 jaar geleden
bovenliggende
commit
77636945fb
No account linked to committer's email address
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2
    1
      web/context/provider-context.tsx

+ 2
- 1
web/context/provider-context.tsx Bestand weergeven

utm_term: '', 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(() => { useEffect(() => {
(async () => { (async () => {

Laden…
Annuleren
Opslaan