mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-21 19:42:07 +00:00
feat: add baidu conversion tracking (#3016)
* feat: add baidu conversion tracking * chore
This commit is contained in:
@@ -50,7 +50,8 @@ const RegisterForm = ({ setPageType, loginSuccess }: Props) => {
|
||||
username,
|
||||
code,
|
||||
password,
|
||||
inviterId: localStorage.getItem('inviterId') || undefined
|
||||
inviterId: localStorage.getItem('inviterId') || undefined,
|
||||
bd_vid: localStorage.getItem('bd_vid') || undefined
|
||||
})
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user