From ab0598cc26762aedae33894fc78462989e8302b4 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sun, 21 Feb 2021 19:04:25 +0800
Subject: [PATCH] 聚合图集成,按钮选中样式调整

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

diff --git a/public/map/index.html b/public/map/index.html
index d306c2d..2de4891 100644
--- a/public/map/index.html
+++ b/public/map/index.html
@@ -102,11 +102,9 @@
 
 <script>
   var openId = getQueryStringByKey('openid');
-
   if (openId && openId != '') {
     init(openId)
   }
-
 
   function getQueryStringByKey(key) {
     return (document.location.search.match(new RegExp("(?:^\\?|&)" + key + "=(.*?)(?=&|$)")) || ['', null])[1];

--
Gitblit v1.9.3