anderx 4 anni fa
parent
commit
930b0b83be
1 ha cambiato i file con 17 aggiunte e 8 eliminazioni
  1. 17 8
      src/main/webapp/WEB-INF/views/common.html

+ 17 - 8
src/main/webapp/WEB-INF/views/common.html

@@ -535,14 +535,23 @@
 			/*]]>*/
 		</script>
 		<script th:if="${type}!='houtai'">
-					var _hmt = _hmt || [];
-					(function() {
-					  var hm = document.createElement("script");
-					  hm.src = "https://hm.baidu.com/hm.js?e20e700f2bb1656e3253cb466c60f15b";
-					  var s = document.getElementsByTagName("script")[0];
-					  s.parentNode.insertBefore(hm, s);
-					})();
-				</script>
+			var _hmt = _hmt || [];
+			(function() {
+			  var hm = document.createElement("script");
+			  hm.src = "https://hm.baidu.com/hm.js?e20e700f2bb1656e3253cb466c60f15b";
+			  var s = document.getElementsByTagName("script")[0];
+			  s.parentNode.insertBefore(hm, s);
+			})();
+		</script> 
+		<script  th:if="${type}!='houtai'">
+			var _hmt = _hmt || [];
+			(function() {
+			  var hm = document.createElement("script");
+			  hm.src = "https://hm.baidu.com/hm.js?449ffa31018ec643cfeb386fb4978746";
+			  var s = document.getElementsByTagName("script")[0]; 
+			  s.parentNode.insertBefore(hm, s);
+			})();
+		</script>
 		<th:block th:replace="${scripts}" />
 	</th:block>