From 6fcfc6ac30b67bcf081e5739364623ece7482909 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 22 Feb 2022 10:50:52 +0800
Subject: [PATCH] +地图功能流程完善
---
manifest.json | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/manifest.json b/manifest.json
index ebbaded..1808e40 100644
--- a/manifest.json
+++ b/manifest.json
@@ -22,7 +22,8 @@
/* 模块配置 */
"modules" : {
"VideoPlayer" : {},
- "LivePusher" : {}
+ "LivePusher" : {},
+ "Geolocation" : {}
},
/* 应用发布信息 */
"distribute" : {
@@ -53,7 +54,12 @@
/* SDK配置 */
"sdkConfigs" : {
"ad" : {},
- "maps" : {}
+ "maps" : {},
+ "geolocation" : {
+ "system" : {
+ "__platform__" : [ "ios", "android" ]
+ }
+ }
},
"icons" : {
"android" : {
--
Gitblit v1.9.3