From 2f28141408276c25831d36845d4e217078904cfb Mon Sep 17 00:00:00 2001 From: chenkainan Date: Wed, 4 Jun 2025 17:48:44 +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 --- manifest.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 5a3ba9e..bf3d159 100644 --- a/manifest.json +++ b/manifest.json @@ -50,11 +50,19 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "", + "appid" : "wx9d68934300b1fe90", "setting" : { - "urlCheck" : false + "urlCheck" : false, + "es6" : true, + "postcss" : true, + "minified" : true }, - "usingComponents" : true + "usingComponents" : true, + "permission" : { + "scope.userLocation" : { + "desc" : "给用户展示地图" + } + } }, "mp-alipay" : { "usingComponents" : true