移除聊天统计点的百度上报
This commit is contained in:
parent
09fb3632c7
commit
4613160970
@ -179,8 +179,8 @@
|
|||||||
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;
|
||||||
exports.suggestRefreshInterval = 60000;
|
exports.suggestRefreshInterval = 60000;
|
||||||
|
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user