mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-11 18:09:05 +08:00
fix: utm (#2191)
This commit is contained in:
parent
fd5c45ae10
commit
77636945fb
@ -113,7 +113,8 @@ export const ProviderContextProvider = ({
|
||||
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(() => {
|
||||
(async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user