mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 03:46:52 +08:00
fix: utm (#2191)
This commit is contained in:
@@ -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 () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user