diff --git a/docs/component/map.md b/docs/component/map.md index a0e97681ab435aa4c569f51147828116ef0207ae..2329fd630c7a80d933b28a85324f8fa7e2f1c52c 100644 --- a/docs/component/map.md +++ b/docs/component/map.md @@ -35,10 +35,7 @@ GS粤(2023)1171号 #### Map Key配置 -app平台目前还没有可视化界面,需要在manifest的源码视图中配置。 - -app需要在manifest.json文件中配置`uni-map-tencent`节点,[详见](../collocation/manifest-modules.md#uni-map-tencent) - +app平台目前还没有可视化界面,采用摇树机制,即调用地图相关api才会把地图组件编译到基座中。 - iOS平台:需要在info.plist中配置对应的Key,参考[iOS平台配置腾讯地图Key](../collocation/manifest-modules.md#uni-map-tencent-ios-key) - Android平台:需要在AndroidManifest.xml配置Key, 参考[Andoird平台配置腾讯地图Key](../collocation/manifest-modules.md#uni-map-tencent-android-key)