From d5eef829f2daf8bf021c9524e2c93312091ba58f Mon Sep 17 00:00:00 2001
From: zhugf <312353457@qq.com>
Date: 星期四, 23 三月 2023 11:58:21 +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