| | |
| | | <!-- <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> |
| | |
| | | <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; |
| | |
| | | } |
| | | </style> |
| | | |
| | | |
| | | |
| | | </head> |
| | | |
| | | <body> |
| | |
| | | <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> |