提交 1ddfeb22 authored 作者: lihuihui's avatar lihuihui

修改百度统计

上级 95608954
......@@ -24,6 +24,7 @@ window.G = Vue.prototype.$GlobalVariable = {
}
Vue.prototype.$md5 = md5
// 百度统计
var _hmt = _hmt || [];
window._hmt = _hmt; // 将_hmt挂载到window下
(function () {
......@@ -37,7 +38,7 @@ window._hmt = _hmt; // 将_hmt挂载到window下
router.beforeEach(async (to, from, next) => {
if (_hmt) {
if (to.path) {
_hmt.push(['_trackPageview', '/#' + to.fullPath])
_hmt.push(['_trackPageview', '/#' + to.fullPath])
}
}
/* 设置 全局变量 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论