From a058c5bad0b34cac2ea88ae222015f231690e62f Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 07 Jun 2021 15:04:55 +0800
Subject: [PATCH] 样式优化
---
xcxMapJQ/xcxmap.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/xcxMapJQ/xcxmap.html b/xcxMapJQ/xcxmap.html
index 4431ea1..e168067 100644
--- a/xcxMapJQ/xcxmap.html
+++ b/xcxMapJQ/xcxmap.html
@@ -21,6 +21,9 @@
<!-- layui支持 -->
<!-- <link rel="stylesheet" href="../map/lib/layui/css/layui.css" media="all"> -->
<!-- <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>
<!-- axios支持 -->
<script src="../map/lib/axios.js"></script>
@@ -65,7 +68,7 @@
<div class="main">
<div class="f-m-once">
<div class="f-m-o-title">
- <img class="f-m-o-t-img" src="./img/ren.png" alt="">
+ <img class="f-m-o-t-img" src="./img/shiyongren.png" alt="">
使用方:
</div>
<div class="f-m-o-center">{{seedata.deptName}}</div>
--
Gitblit v1.9.3