From d053e049522e973391be1dbf51b4aea688b45c20 Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期四, 07 九月 2023 08:52:46 +0800
Subject: [PATCH] 1.添加远程监控页面
---
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