From 47d4935166fdd8cac158c4b054ecd312a63b2270 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 26 Aug 2021 17:32:55 +0800
Subject: [PATCH] 智慧保安app相关调整
---
mapWz/xcxmap.html | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/mapWz/xcxmap.html b/mapWz/xcxmap.html
index eda3f8a..a1f9e63 100644
--- a/mapWz/xcxmap.html
+++ b/mapWz/xcxmap.html
@@ -23,7 +23,8 @@
<!-- <script src="../map/lib/layui/layui.js" charset="utf-8"></script> -->
<!-- 百度地图api -->
- <script type="text/javascript" src="https://mapapi.qq.com/web/mapComponents/geoLocation/v/geolocation.min.js"></script>
+ <script type="text/javascript"
+ src="https://mapapi.qq.com/web/mapComponents/geoLocation/v/geolocation.min.js"></script>
<!-- axios支持 -->
<script src="../map/lib/axios.js"></script>
@@ -51,14 +52,14 @@
<script src="./js/move.js"></script>
<!-- sha1加密 -->
<!-- <script src="./js/sha1.js"></script> -->
- <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>
+ <script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
<style>
#seedata {
position: relative;
}
-
+
.clear {
position: absolute;
right: 6px;
@@ -96,7 +97,7 @@
}
</style>
-
+
</head>
<body>
@@ -105,19 +106,22 @@
<img style="width: 80%;height: 80%;" src="./img/dingwei.png" alt="">
</div>
<div id="map">
-
+
</div>
<div id="seedata" style='display: none'>
<div class="clear">
<img style="width: 100%;height: 100%;" src="./img/gaunbi.png" alt="">
</div>
<div class="content">
-
+
</div>
</div>
</div>
<!-- vue渲染 -->
<script src="./js/vueMain.js"></script>
+ <!-- 引入高德地图所需秘钥 -->
+ <script type="text/javascript"
+ src='https://webapi.amap.com/maps?v=1.4.11&key=7ab53b28352e55dc5754699add0ad862&plugin=AMap.PlaceSearch'></script>
</body>
</html>
\ No newline at end of file
--
Gitblit v1.9.3