Skip to content

Commit

Permalink
feat: monitor use image as default
Browse files Browse the repository at this point in the history
  • Loading branch information
tickli committed Jun 7, 2019
1 parent a5c18bd commit 0192282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export default class AegisReport {
if (monitorUrl) {
let _url = monitorUrl + (monitorUrl.match(/\?/) ? '&' : '?') + buildParam(p)

send(_url)
new Image().src = _url
}
}
}

0 comments on commit 0192282

Please sign in to comment.