From 3ff283bb25fef512304e3033e7a73c2372897c9b Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Fri, 19 May 2023 13:11:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 4 ++++ manifest.json | 14 ++++++++++---- siteinfo.js | 3 ++- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 1e1eb6a..a461607 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -21,6 +21,10 @@ { "playground" : "standard", "type" : "uni-app:app-android" + }, + { + "playground" : "standard", + "type" : "uni-app:app-ios" } ] } diff --git a/manifest.json b/manifest.json index 8a54dbd..1557c46 100644 --- a/manifest.json +++ b/manifest.json @@ -82,7 +82,8 @@ "Maps" : {}, "Payment" : {}, "Share" : {}, - "VideoPlayer" : {} + "VideoPlayer" : {}, + "Camera" : {} }, /* 模块配置 */ "distribute" : { @@ -132,13 +133,13 @@ "geolocation" : { "amap" : { "__platform__" : [ "ios", "android" ], - "appkey_ios" : "d7600cb7133b50d3d27868984dacea0a", + "appkey_ios" : "6915e7c20ed1fb4abb6c5b45b5c54c50", "appkey_android" : "6cbbd69cc7973aba0d1c834accb2ceb3" } }, "maps" : { "amap" : { - "appkey_ios" : "d7600cb7133b50d3d27868984dacea0a", + "appkey_ios" : "6915e7c20ed1fb4abb6c5b45b5c54c50", "appkey_android" : "6cbbd69cc7973aba0d1c834accb2ceb3" } }, @@ -269,5 +270,10 @@ } }, "nativePlugins" : {}, - "_spaceID" : "8a1db412-049f-4be6-894a-755ffe5ebe5b" + "_spaceID" : "8a1db412-049f-4be6-894a-755ffe5ebe5b", + "h5" : { + "sdkConfigs" : { + "maps" : {} + } + } } diff --git a/siteinfo.js b/siteinfo.js index 6d95e24..521392f 100644 --- a/siteinfo.js +++ b/siteinfo.js @@ -5,5 +5,6 @@ module.exports = { "version": "3.0", "gzh_appid": "wx290579913189dc88", // "siteroot": "https://anmo.soqq.com.cn/index.php", - "siteroot": "https://djdj.njrenzhou.cn/index.php" + // "siteroot": "https://djdj.njrenzhou.cn/index.php" + "siteroot":"https://xixi-api.njrenzhou.cn" };