移除聊天统计点的百度上报

This commit is contained in:
iFish 2014-09-09 20:16:02 +08:00
parent 09fb3632c7
commit 4613160970
2 changed files with 3 additions and 3 deletions

View File

@ -179,7 +179,7 @@
PROFILE_AUTO_MOREOPT: 134, PROFILE_AUTO_MOREOPT: 134,
PROFILE_AUTO_OPENTM: 135, PROFILE_AUTO_OPENTM: 135,
PROFILE_AUTO_RESET: 136, PROFILE_AUTO_RESET: 136,
PROFILE_DATEBAR:137, PROFILE_DATEBAR: 137
}; };
exports.chatSendMsgDelay = 5000; exports.chatSendMsgDelay = 5000;
exports.maxRecentCity = 18; exports.maxRecentCity = 18;

View File

@ -66,7 +66,7 @@
}, function () { }); }, function () { });
//百度统计 //百度统计
if (window._hmt && type !== param.trackTypes.OPEN_PAGE_INDEX) { if (window._hmt && type !== param.trackTypes.OPEN_PAGE_INDEX && type !== param.trackTypes.JOIN_CHAT && type !== param.trackTypes.EXIT_CHAT) {
try { try {
window._hmt.push(['_trackEvent', '12306_' + type]); window._hmt.push(['_trackEvent', '12306_' + type]);
} catch (e) { } catch (e) {