From f4fd489475500b0d41dde019963307d217321d50 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期日, 20 十月 2024 20:30:49 +0800 Subject: [PATCH] update 定位 --- manifest.json | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index bdb4255..34ae2ab 100644 --- a/manifest.json +++ b/manifest.json @@ -42,14 +42,16 @@ }, "ios" : {}, /* ios打包配置 */ - "sdkConfigs" : {} + "sdkConfigs" : { + "geolocation" : {} + } } }, /* SDK配置 */ "quickapp" : {}, /* 快应用特有相关 */ "mp-weixin" : { - "appid" : "wx1441324401626290", + "appid" : "wx3203fd935a6ffe09", "setting" : { "urlCheck" : false, "es6" : true, @@ -61,8 +63,9 @@ "desc" : "获取店铺位置与实现蓝牙打印功能" } }, - "requiredPrivateInfos" : [ "chooseLocation" ], - "plugins" : {} + "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ], + "plugins" : {}, + "lazyCodeLoading" : "requiredComponents" }, // "chooseLocation" : { // "version" : "1.0.10", -- Gitblit v1.9.3