From 4efeb31d5b4921d7e851c256009486ad86bc70e2 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 21 Jun 2022 09:14:57 +0800
Subject: [PATCH] 地址替换

---
 template.h5.html |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/template.h5.html b/template.h5.html
index a2ba1f1..78f2488 100644
--- a/template.h5.html
+++ b/template.h5.html
@@ -9,15 +9,13 @@
 		<title>
 			<%= htmlWebpackPlugin.options.title %>
 		</title>
+		<link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
 		<script>
 			document.addEventListener('DOMContentLoaded', function() {
 				document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
 			})
 		</script>
-		<!-- 百度地图api -->
-		<script type="text/javascript" src="https://mapapi.qq.com/web/mapComponents/geoLocation/v/geolocation.min.js">
-		</script>
-		<link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
+		
 	</head>
 	<body>
 		<noscript>

--
Gitblit v1.9.3