From d70e9ade2a7814b2935cdd89cd0777c4759a041b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=B2=BB=E9=9C=96?= <3201455247@qq.com> Date: Sat, 23 Sep 2023 16:00:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9APPID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c6b541f..a2fa99b 100644 --- a/manifest.json +++ b/manifest.json @@ -50,9 +50,10 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "", + "appid" : "wxcfebd67cf993c6f3", "setting" : { - "urlCheck" : false + "urlCheck" : false, + "es6" : true }, "usingComponents" : true },