From d8ce22d6c645699ce0b3783860dec1baf0e6d8f5 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期四, 06 七月 2023 08:27:00 +0800 Subject: [PATCH] 离线地图 --- index.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/index.html b/index.html index 920bed4..0178e9f 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,9 @@ <meta name="referrer" content="no-referrer"> <title>鍞愬北绋庡姟</title> <link rel="icon" type="image/x-icon" href="./src/assets/img/logo.ico" /> - <script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak='tuVbv4tLIzoX7IWdeKeTwojDqPILFoe5'"></script> + <script src="static/bmap_offline_api_v3.0_min.js"></script> + <script src="static/bmap_offline_demo/map_load.js"></script> + <!--<script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak='tuVbv4tLIzoX7IWdeKeTwojDqPILFoe5'"></script>--> <!--<script src="http://code.bdstatic.com/npm/jquery@2.2.2/dist/jquery.min.js"></script> <script type="text/javascript" src="http://api.map.baidu.com/api?type=webgl&v=3.0&ak=tuVbv4tLIzoX7IWdeKeTwojDqPILFoe5"></script> <script src="http://mapv.baidu.com/build/mapv.min.js"></script> -- Gitblit v1.9.1