From bfd70830b78bc42e0a284baa044efacc29897cd5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 22:02:46 +0800
Subject: [PATCH] 小程序改bug

---
 small-program/unpackage/dist/dev/mp-weixin/app.json |   53 ++++++++++++++++++++++++++++-------------------------
 1 files changed, 28 insertions(+), 25 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/app.json b/small-program/unpackage/dist/dev/mp-weixin/app.json
index 594dc5a..4033cc9 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/app.json
+++ b/small-program/unpackage/dist/dev/mp-weixin/app.json
@@ -5,12 +5,11 @@
     "pages/itinerary/itinerary",
     "pages/message/message",
     "pages/storage-point/storage-point",
+    "pages/storage-point-detail/storage-point-detail",
     "pages/luggage-storage/luggage-storage",
     "pages/payment-success/payment-success",
     "pages/settings/settings",
     "pages/storage-order-detail/storage-order-detail",
-    "pages/qualification/qualification",
-    "pages/store-info/store-info",
     "pages/all-orders/all-orders",
     "pages/store-apply/store-apply",
     "pages/delivery-order-detail/delivery-order-detail",
@@ -20,9 +19,7 @@
     "pages/rich-text/rich-text",
     "pages/details-entry/details-entry",
     "pages/select-city/select-city",
-    "pages/shop-index/shop-index",
-    "pages/shop-mine/shop-mine",
-    "pages/shop-wallet/shop-wallet"
+    "pages/evaluate/evaluate"
   ],
   "subPackages": [
     {
@@ -31,7 +28,21 @@
         "pages/login/login",
         "pages/store-home/store-home",
         "pages/mine/mine",
-        "pages/wallet/wallet"
+        "pages/wallet/wallet",
+        "pages/write-off/write-off",
+        "pages/write-off-a/write-off-a",
+        "pages/qualification/qualification",
+        "pages/store-info/store-info",
+        "pages/message/message",
+        "pages/orders/orders",
+        "pages/order-details/order-details",
+        "pages/withdraw/withdraw",
+        "pages/withdraw-success/withdraw-success",
+        "pages/settings/settings",
+        "pages/change-password/change-password",
+        "pages/select/select",
+        "pages/webview/webview",
+        "pages/article-details/article-details"
       ]
     }
   ],
@@ -71,26 +82,16 @@
         "iconPath": "static/icon/nav_wode@2x.png",
         "selectedIconPath": "static/icon/nav_wode_sel@2x.png",
         "text": "鎴戠殑"
-      },
-      {
-        "pagePath": "pages/shop-index/shop-index",
-        "iconPath": "static/icon/nav_home@2x.png",
-        "selectedIconPath": "static/icon/nav_home_sel@2x.png",
-        "text": "闂ㄥ簵棣栭〉"
-      },
-      {
-        "pagePath": "pages/shop-wallet/shop-wallet",
-        "iconPath": "static/icon/nav_home@2x.png",
-        "selectedIconPath": "static/icon/nav_home_sel@2x.png",
-        "text": "闂ㄥ簵閽卞寘"
-      },
-      {
-        "pagePath": "pages/shop-mine/shop-mine",
-        "iconPath": "static/icon/nav_wode@2x.png",
-        "selectedIconPath": "static/icon/nav_wode_sel@2x.png",
-        "text": "闂ㄥ簵鎴戠殑"
       }
     ]
+  },
+  "preloadRule": {
+    "pages/index/index": {
+      "network": "all",
+      "packages": [
+        "shop"
+      ]
+    }
   },
   "lazyCodeLoading": "requiredComponents",
   "requiredPrivateInfos": [
@@ -102,5 +103,7 @@
       "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭瀹氫綅鏈嶅姟"
     }
   },
-  "usingComponents": {}
+  "usingComponents": {
+    "auth-login": "/components/auth-login/auth-login"
+  }
 }
\ No newline at end of file

--
Gitblit v1.9.3