From 0c26022095437c5ce3d1f790b70afb7ddabf0395 Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期三, 29 三月 2023 11:19:50 +0800
Subject: [PATCH] 优化部分显示

---
 manifest.json |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/manifest.json b/manifest.json
index 242c6a9..6a0ee6d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -52,11 +52,17 @@
     "mp-weixin" : {
         "appid" : "wx8aa7310d86d0b80d",
         "setting" : {
-            "urlCheck" : false
+            "urlCheck" : true,
+            "es6" : true,
+            "postcss" : true,
+            "minified" : true
         },
         "usingComponents" : true,
         "unipush" : {
             "enable" : false
+        },
+        "optimization" : {
+            "subPackages" : true
         }
     },
     "mp-alipay" : {

--
Gitblit v1.9.3