提交 2cb594a3 authored 作者: lihuihui's avatar lihuihui

添加百度统计代码

上级 46c0a5eb
......@@ -24,8 +24,22 @@ window.G = Vue.prototype.$GlobalVariable = {
}
Vue.prototype.$md5 = md5
var _hmt = _hmt || [];
window._hmt = _hmt; // 将_hmt挂载到window下
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c76848e923d1db9d7d57a23acccdde0d";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
/* 导航守卫 */
router.beforeEach(async (to, from, next) => {
if (_hmt) {
if (to.path) {
_hmt.push(['_trackPageview', '/#' + to.fullPath])
}
}
/* 设置 全局变量 */
BeforeRouter.globalVariable.init(Vue, { to, from, next })
if (to.meta.requiredLogin) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论