From e86013cd8d4b88ca916067b01eeb452401b38c7b Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期二, 11 四月 2023 14:46:00 +0800
Subject: [PATCH] 修改首页草药名称过长UI错乱问题
---
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