lily-white / daily-work

0 stars 0 forks source link

10.vue单页面项目中引用百度统计代码 #10

Open lily-white opened 6 years ago

lily-white commented 6 years ago

1.在index.html中加入百度script 2.在router中加入 router.beforeEach((to, from, next) => { if (to.path) { _hmt.push(['_trackPageview', '/' + to.fullPath]); } next(); })