From 0e7d0c4afeed7931bc14de37c7c940e8527d25ba Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 24 七月 2024 17:21:30 +0800
Subject: [PATCH] fix:沧化初版提交

---
 manifest.json |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/manifest.json b/manifest.json
index d03c793..c5dc5f9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
 {
-    "name" : "unattended-app",
+    "name" : "鑱氶殕鍖栧伐鏅鸿兘鐗╂祦",
     "appid" : "__UNI__4D08E03",
     "description" : "",
     "versionName" : "1.0.0",
@@ -63,7 +63,10 @@
             }
         },
         "optimization" : {
-            "subPackages" : true
+            "subPackages" : true,
+            "treeShaking" : {
+                "enable" : true
+            }
         },
         "requiredPrivateInfos" : [ "getFuzzyLocation" ],
         "setting" : {
@@ -73,7 +76,7 @@
             "postcss" : false
         },
         "usingComponents" : true,
-        "lazyCodeLoading": "requiredComponents"
+        "lazyCodeLoading" : "requiredComponents"
     },
     "mp-alipay" : {
         "usingComponents" : true
@@ -126,6 +129,11 @@
                 }
             }
         },
-       "publicPath" : "./" 
+        "optimization" : {
+            "treeShaking" : {
+                "enable" : true
+            }
+        },
+        "publicPath" : "./"
     }
 }

--
Gitblit v1.9.1