|
|
@@ -3,7 +3,7 @@ var amapFile = require('amap-wx.js');
|
|
|
/***************
|
|
|
* 此处为高地地图小程序的key
|
|
|
****************/
|
|
|
-var map = new amapFile.AMapWX({ key: 'eb9f7f7926714826325c3adfe0c6b93b' });
|
|
|
+var map = new amapFile.AMapWX({ key: '4472d36080126576b75660c3df6e0fd3' });
|
|
|
var watcher = true;
|
|
|
|
|
|
//公共模块
|
|
|
@@ -13,7 +13,7 @@ module.exports = {
|
|
|
/***************
|
|
|
* 此处为高地地图web服务的key
|
|
|
****************/
|
|
|
- webKey: 'b6a7f5b5e8bb76a100f3964056810a53',
|
|
|
+ webKey: 'ef1874d4093c90f7219b6296efb344bd',
|
|
|
//出行方案
|
|
|
navType: [
|
|
|
{ icon: "../../images/gdmap/type-1.png", name: "驾车", url: "https://restapi.amap.com/v3/direction/driving" },
|