; (function (window) { if(document.referrer.match(/mikecrm.com|haikebiaodan.com|targurl2.clewm.net/g)){ location.replace('/dir_mkteditor/external_static/404.html') return } // var envUrl = 'https://mkt.xjietiao.com'; var envUrl = 'https://mktmain.daikuan.360.cn'; if(location.href.indexOf('localhost') > -1 || location.href.match(/mktcdn-clio-.+\.360jie.com.cn/g) ){ if(location.href.indexOf('env=STG1') > -1 || location.href.indexOf('mktcdn-clio-test.360jie.com.cn') > -1 ){ envUrl = "http://mktmain-web-uat.360jie.com.cn"; } if(location.href.indexOf('env=STG2') > -1 || location.href.indexOf('mktcdn-clio-stg2.360jie.com.cn') > -1 ){ envUrl = "http://mktmain-web-stg2.360jie.com.cn"; } if(location.href.indexOf('env=STG3') > -1 || location.href.indexOf('mktcdn-clio-stg3.360jie.com.cn') > -1 ){ envUrl = "http://mktmain-web-test.360jie.com.cn"; } } var encodeURIJson = function(json) { var s = []; for (var p in json) { if (json[p] == null) continue; if (json[p] instanceof Array) { for (var i = 0; i < json[p].length; i++) s.push(encodeURIComponent(p) + '=' + encodeURIComponent(json[p][i])); } else { s.push((p) + '=' + encodeURIComponent(json[p]).replace(/\(/g, '%28').replace(/\)/g, '%29')); } } return s.join('&'); } /* 向告警系统打错误日志 */ var sendErrorLog = function(args){ var defaultErrorData = { url : location.href, source : '-1', message : '-1', error : '-1', lineNo : '-1', colNo : '-1', userAgent : navigator.userAgent, errorType : 'surl', severity : 'INFO', // referrer : document.referrer == '' ? '-1' : document.referrer referrer : localStorage && localStorage.getItem('referrer') } new Image().src = envUrl + '/errorLog/collect.do?' + encodeURIJson($.extend(defaultErrorData,args)); } /* 监听 静态资源 error */ window.addEventListener('error', (error) => { if (error.error && !!error.filename && location.href != error.filename && error.filename.indexOf('dir_mkteditor') > -1 && location.pathname.indexOf('dir_mkteditor') > -1 //&& ( location.origin.indexOf('xjietiao.com') > -1 || location.origin.indexOf('360shuke.com') > -1 || location.origin.indexOf('360jie.com.cn') > -1 || location.origin.indexOf('360shuke.com') > -1 ) && error.colno > 2000 && navigator.userAgent.indexOf('SM-G900P') == -1 && error.message.indexOf('ReferenceError') == -1 && error.message.indexOf('The operation is insecure') == -1 ) { sendErrorLog({ lineNo : error.lineno || '-1', colNo : error.colno || '-1', source : error.filename, message : error.message || '-1', errorType: 'js', severity : 'INFO' }) }else{ // if ( error.target.currentSrc && error.filename && error.filename.indexOf('.png').length == -1 ) { // sendErrorLog({ // lineNo : error.lineno || '-1', // colNo : error.colno || '-1', // source : error.target.currentSrc || '-1', // message : '引用资源异常', // errorType: 'other', // severity : 'INFO' // }) // } } return true; }, true); })(window)