dashboard
repositories
filestore
activity
search
login
main
/
mob-components
WebApp【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:测试腾讯地图和百度api的转换
‘chensiAb’
2025-03-31
32b09ee84d7187800a7a10f2264b8b4e30fc574a
[mob-components.git]
/
plugins
/
baiduMap
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
* 百度地图配置
*/
// 百度地图配置
export const BAIDU_MAP = {
// 百度地图 ak Key
ak: 'ba7yaZ5vP6eM8hRu3x51NUsZ5myzkAmx',
// 百度地图 API 地址
apiUrl: 'https://api.map.baidu.com',
// 坐标类型:bd09ll(百度经纬度坐标)
coordType: 'bd09ll',
};