dashboard
repositories
filestore
activity
search
login
main
/
mob-components
WebApp【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix:腾讯地图 & 百度api 组件去掉调试代码
‘chensiAb’
2025-04-01
e7b2533bf1c746649a154dc2025096e6ddb5a456
[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',
};