Unverified Commit 77636945 authored by zxhlyh's avatar zxhlyh Committed by GitHub

fix: utm (#2191)

parent fd5c45ae
...@@ -113,7 +113,8 @@ export const ProviderContextProvider = ({ ...@@ -113,7 +113,8 @@ export const ProviderContextProvider = ({
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 () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment