From da082a65300422f7ce3e5c6e5b612151044263a2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 19 Feb 2022 10:56:52 +0800
Subject: [PATCH] 注册页面,及map组件配置
---
manifest.json | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/manifest.json b/manifest.json
index b4c1492..2be766a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -52,7 +52,8 @@
"ios" : {},
/* SDK配置 */
"sdkConfigs" : {
- "ad" : {}
+ "ad" : {},
+ "maps" : {}
},
"icons" : {
"android" : {
@@ -126,6 +127,13 @@
"router" : {
"base" : "",
"mode" : "history"
- }
+ },
+ "sdkConfigs" : {
+ "maps" : {
+ "qqmap" : {
+ "key" : "7WKBZ-QDY62-WEEUG-C7KUN-ADAF5-L5BKZ"
+ }
+ }
+ }
}
}
--
Gitblit v1.9.3