gdMapConfig.js 288 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 ///高德地图配置项 ///你在高德地图控制台里申请的key值(配置你自己申请的key或者使用我的key都行)请自行参考官方文档https://console.amap.com/dev/key/app const gdMapRequiredKey = '5221d1373233c782efac82fb176f7f7d' export { gdMapRequiredKey }