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

fix: utm (#2191)

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