Skip to content

Commit

Permalink
删除控制台打印
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongshaofa committed Mar 1, 2020
1 parent 31f2d35 commit 5367244
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion js/lay-module/layuimini/miniTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ layui.define(["element", "jquery"], function (exports) {
* 在iframe子菜单上打开新窗口
*/
$('body').on('click', '[layuimini-content-href]', function () {
console.log('点击内容');
var loading = parent.layer.load(0, {shade: false, time: 2 * 1000});
var tabId = $(this).attr('layuimini-content-href'),
href = $(this).attr('layuimini-content-href'),
Expand Down
4 changes: 0 additions & 4 deletions js/lay-module/layuimini/miniTongji.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ layui.define(["jquery"], function (exports) {
options.specific = options.specific || false;
options.domains = options.domains || [];
var domain = window.location.hostname;
console.log(options);
console.log(domain);
console.log( options.domains.indexOf(domain));
if (options.specific === false || (options.specific === true && options.domains.indexOf(domain) >=0)) {
miniTongji.listen();
}
Expand All @@ -29,7 +26,6 @@ layui.define(["jquery"], function (exports) {
* 监听统计代码
*/
listen: function () {
console.log('执行统计');
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
Expand Down

0 comments on commit 5367244

Please sign in to comment.