h5增加地图配置

This commit is contained in:
hupeng
2024-01-16 11:36:53 +08:00
parent d564749fa7
commit 6fc8fbebca
2 changed files with 13 additions and 1 deletions

View File

@ -430,7 +430,19 @@
"h5" : {
"router" : {
"base" : "/h5/"
}
},
"sdkConfigs" : {
// 使用地图或位置相关功能必须填写其一
"maps" : {
"bmap" : {
// 百度地图秘钥HBuilderX 3.99+http://lbsyun.baidu.com/apiconsole/key#/home
"key" : ""
},
"qqmap" : {
"key" : "OGABZ-Y5OCF-5UWJ5-N7DHH-VFIG7-DHFEB"
}
}
}
}
}
/* *//* 应用发布信息 *//* android打包配置 */

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB