From 074f46ff77eb8fec82dc2210e7bb7d01b3e7cbcb Mon Sep 17 00:00:00 2001
From: Huang <596417202@qq.com>
Date: Wed, 15 Jun 2022 17:28:28 +0800
Subject: [PATCH] =?UTF-8?q?chore-=E5=B0=8F=E7=A8=8B=E5=BA=8F=E9=85=8D?=
 =?UTF-8?q?=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/manifest.json | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/manifest.json b/src/manifest.json
index c215988..063cae0 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -50,11 +50,15 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "",
+        "appid" : "wxc8e4923d551cd4a4",
         "setting" : {
-            "urlCheck" : false
+            "urlCheck" : false,
+            "es6" : true,
+            "postcss" : true,
+            "minified" : true
         },
-        "usingComponents" : true
+        "usingComponents" : true,
+        "permission" : {}
     },
     "mp-alipay" : {
         "usingComponents" : true