zhangxiaoxu123
2023-07-06 aa789a8d25755e4bb5a66d654b52bac788f9f473
static/bmap_offline_demo/bmap_offline_api_v3.0_min.js
@@ -6517,7 +6517,7 @@
      // var tdir = bmapcfg.tiles_dir.length>0?bmapcfg.tiles_dir:bmapcfg.home + "tiles";
      // return tdir + "/" + b + "/" + e + "/" + a + bmapcfg.imgext; // 使用本地的瓦片
      var test2=("http://139.24.190.120/"+b+"/"+ (e+"").replace(/-/gi,"M")+"/"+(a+"").replace(/-/gi,"M")+ ".png").replace(/-(\d+)/gi,"M$1");
      var test2=("http://192.168.31.80/"+b+"/"+ (e+"").replace(/-/gi,"M")+"/"+(a+"").replace(/-/gi,"M")+ ".png").replace(/-(\d+)/gi,"M$1");
      console.log(test2)
      return test2;
   }