dashboard
repositories
filestore
activity
search
login
main
/
mob-components
WebApp【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
style:自定义导航添加zindex
‘chensiAb’
2025-04-10
a981e5a6d920bd477fff683158625fad505f4cc8
[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',
};