智慧保安互联网APP
shuishen
2021-08-26 47d4935166fdd8cac158c4b054ecd312a63b2270
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>