From 8d2b832907a387bfc872703ac5e694edbc532f81 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 27 六月 2025 11:53:42 +0800
Subject: [PATCH] update 删除调试数据

---
 manifest.json |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/manifest.json b/manifest.json
index 2a053fc..f28fd02 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
 {
     "name" : "lilishop",
-    "appid" : "__UNI__ED807EA",
+    "appid" : "__UNI__818CC42",
     "description" : "",
     "versionName" : "4.5.3",
     "versionCode" : 4000503,
@@ -192,7 +192,7 @@
     "mp-weixin" : {
         /* 灏忕▼搴忕壒鏈夌浉鍏� */
         "usingComponents" : true,
-        "appid" : "wx4d124729082dda27",
+        "appid" : "wxc95bf8fcd206c2cb",
         "optimization" : {
             "subPackages" : true
         },
@@ -213,7 +213,8 @@
         //     "version" : "1.3.0",
         //     "provider" : "wx2b03c6e691cd7370"
         // }
-        "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ]
+        "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ],
+		"lazyCodeLoading": "requiredComponents"
     },
     "h5" : {
         "devServer" : {

--
Gitblit v1.8.0