@wwanghee
2016-12-07T08:05:31.000000Z
字数 470
阅读 598
图片监控上报组件—imgReport.js,位于
/club/themes/server/node_modules/gxh/module_dev/lib/common/imgReport.js
注意:目前此上报组件不支持IOS中background-image的监听上报
1、引用:
var imgReport = require('lib/common/imgReport.js');
2、调用:
imgReport.init({subid: 210,pageLoadTime: window.timePoint.initTime});
具体参数含义如下:
subid
这个id号有系统分配,具体数值请查阅
https://shimo.im/spreadsheet/uNI3PztNn1QE6Fuv
pageLoadTime
填HTML页面head处的时间

[2016-12-07]
1、修复BUG去掉HTTP的头,兼容HTTP和HTTPS
2、增加上报组件的一些备注说明