From 08ab2073c9e965c2ea1eb3e8d0a2cfc9a30d7d25 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sat, 08 May 2021 15:18:39 +0800
Subject: [PATCH] https调整
---
public/weather/index.html | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/public/weather/index.html b/public/weather/index.html
index b4ee95b..044fb25 100644
--- a/public/weather/index.html
+++ b/public/weather/index.html
@@ -8,8 +8,6 @@
<title>天气</title>
<!-- axios -->
<script src='../map/lib/axios.js'></script>
- <script type="text/javascript" charset="utf-8"
- src="http://webapi.amap.com/maps?v=1.3&key=xxxxxx&plugin=AMap.Autocomplete,AMap.PlaceSearch"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.12"></script>
<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>
<style>
@@ -105,4 +103,4 @@
</body>
-</html>
\ No newline at end of file
+</html>
--
Gitblit v1.9.3