去掉前端登录打点

dev_chengFeng
JieLing 2020-07-21 17:03:06 +08:00
parent f13d13ff45
commit b87662e37c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function this.Initialize()
SDKMgr.onLoginCallback = function(loginResp)
Game.GlobalEvent:DispatchEvent(GameEvent.LoginSuccess.OnLoginSuccess,loginResp)
ThinkingAnalyticsManager.Track("app_login")
-- ThinkingAnalyticsManager.Track("app_login")
end
SDKMgr.onSwitchAccountCallback = function(resp)