Selaa lähdekoodia

feat: index.html 注释掉百度统计

许俊杰 3 vuotta sitten
vanhempi
commit
3a787bf816
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      Web/index.html

+ 2 - 2
Web/index.html

@@ -17,7 +17,7 @@
 	</head>
 	<body>
 		<div id="app"></div>
-		<script>
+		<!-- <script>
 			var _hmt = _hmt || [];
 			(function() {
 			  var hm = document.createElement("script");
@@ -25,7 +25,7 @@
 			  var s = document.getElementsByTagName("script")[0]; 
 			  s.parentNode.insertBefore(hm, s);
 			})();
-			</script>
+			</script> -->
 		<script type="module" src="/src/main.ts"></script>
 		<!-- <script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=wsijQt8sLXrCW71YesmispvYHitfG9gv&s=1"></script> -->
 	</body>