From f654d570332e2c16379e08ad1e3bb8a24d92656e Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 31 七月 2025 16:18:35 +0800
Subject: [PATCH] 注册登录 用户nickName问题

---
 manifest.json |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/manifest.json b/manifest.json
index 70ca01a..ecd7434 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,10 +1,11 @@
 {
-    "name" : "lilishop",
-    "appid" : "__UNI__ED807EA",
+    "name" : "缁挎弧绛�",
+    "appid" : "__UNI__818CC42",
     "description" : "",
     "versionName" : "4.5.3",
     "versionCode" : 4000503,
     "transformPx" : false,
+    "sassImplementationName" : "node-sass",
     "app-plus" : {
         "compatible" : {
             "ignoreVersion" : true //true琛ㄧず蹇界暐鐗堟湰妫�鏌ユ彁绀烘锛孒BuilderX1.9.0鍙婁互涓婄増鏈敮鎸�  
@@ -191,7 +192,7 @@
     "mp-weixin" : {
         /* 灏忕▼搴忕壒鏈夌浉鍏� */
         "usingComponents" : true,
-        "appid" : "wx4d124729082dda27",
+        "appid" : "wxc95bf8fcd206c2cb",
         "optimization" : {
             "subPackages" : true
         },
@@ -212,7 +213,8 @@
         //     "version" : "1.3.0",
         //     "provider" : "wx2b03c6e691cd7370"
         // }
-        "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ]
+        "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ],
+		"lazyCodeLoading": "requiredComponents"
     },
     "h5" : {
         "devServer" : {
@@ -230,7 +232,7 @@
                 "enable" : true
             }
         },
-        "title" : "lilishop",
+        "title" : "缁挎弧绛�",
         "template" : ""
     }
 }

--
Gitblit v1.8.0