From 3d47b03fb107e73f96b631c98ba1e275576da064 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 25 Oct 2023 17:01:07 +0800
Subject: [PATCH] fix:实时风场图点击弹窗修改

---
 public/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 35c8df7..6215bc1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -14,8 +14,8 @@
   <!--    <link rel="stylesheet" href="https://a.amap.com/jsapi_demos/static/demo-center/css/demo-center.css" />-->
   <!--    <script src="https://cdn.bootcss.com/jquery/3.5.0/jquery.js"></script>-->
   <script type="text/javascript"
-    src="http://api.map.baidu.com/api?type=webgl&v=2.0&ak=U2SoSp52BoVW6bAEMsxQ7Zfe0tuB6VDp"></script>
-  <script src="http://api.map.baidu.com/api?v=3.0&ak=U2SoSp52BoVW6bAEMsxQ7Zfe0tuB6VDp"></script>
+    src="https://api.map.baidu.com/api?type=webgl&v=2.0&ak=U2SoSp52BoVW6bAEMsxQ7Zfe0tuB6VDp"></script>
+  <script src="https://api.map.baidu.com/api?v=3.0&ak=U2SoSp52BoVW6bAEMsxQ7Zfe0tuB6VDp"></script>
   <script src="https://mapv.baidu.com/build/mapv.min.js"></script>
   <script type="text/javascript" src="https://mapv.baidu.com/gl/examples/static/common.js"></script>
   <!-- <script src="https://cdn.jsdelivr.net/npm/echarts/map/js/china.js?v=1598903772045"></script> -->

--
Gitblit v1.8.0