From 556a9021308af6cb7a39551ad3ab63f3bb2b4e5c Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 15 七月 2024 18:22:46 +0800
Subject: [PATCH] update 必填项目

---
 manifest.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/manifest.json b/manifest.json
index 529c0ee..8466839 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
 {
-    "name" : "hmy_farmer",
+    "name" : "hmy_supplier",
     "appid" : "__UNI__EF9B7A3",
     "description" : "",
     "versionName" : "1.0.0",
@@ -52,7 +52,8 @@
         "appid" : "wx3203fd935a6ffe09",
         "setting" : {
             "urlCheck" : false,
-            "es6" : true
+            "es6" : true,
+            "minified" : true
         },
         "usingComponents" : true,
         "plugins" : {}

--
Gitblit v1.9.3