Browse Source

Merge branch 'hotfix-css-hb' into dev

huangb 7 years ago
parent
commit
45354556ea
1 changed files with 9 additions and 0 deletions
  1. 9 0
      app.html

+ 9 - 0
app.html

@@ -52,6 +52,15 @@
         w.addEventListener(resizeEvt, recalc, false)
         d.addEventListener('DOMContentLoaded', recalc, false)
       }
+
+      // 百度统计
+      var _hmt = _hmt || [];
+      (function() {
+        var hm = document.createElement("script");
+        hm.src = "https://hm.baidu.com/hm.js?9fddee7d39cad3d585f70d0692af93ea";
+        var s = document.getElementsByTagName("script")[0];
+        s.parentNode.insertBefore(hm, s);
+      })();
     })(window, document)
   </script>
 </head>