Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1268 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

suntg 10 years ago
parent
commit
8e73309877
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/main/webapp/WEB-INF/views/normal/index.html

+ 10 - 0
src/main/webapp/WEB-INF/views/normal/index.html

@@ -194,5 +194,15 @@
 		toaster-options="{'position-class': 'toast-top-center'}"></toaster-container>
 	<script type="text/javascript" src="static/lib/require.js"
 		data-main="static/js/index/main.js"></script>
+	<!-- <script>
+		/* 百度PV站长统计 */
+		var _hmt = _hmt || [];
+		(function() {
+		  var hm = document.createElement("script");
+		  hm.src = "//hm.baidu.com/hm.js?2079fe25539f78393813e94965659624";
+		  var s = document.getElementsByTagName("script")[0]; 
+		  s.parentNode.insertBefore(hm, s);
+		})();
+	</script> -->
 </body>
 </html>