From 0d1323fb39db5e8d3b124e61303bde1b1352b887 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 29 二月 2024 21:48:02 +0800
Subject: [PATCH] feat(daima代码合并): 和宁

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

diff --git a/app.json b/app.json
index 6a6b402..ea01e60 100644
--- a/app.json
+++ b/app.json
@@ -1,7 +1,9 @@
 {
   "pages": [
     "pages/home/home",
-    "pages/bookServices/index",
+    "pages/bookServices/assort/index",
+    "pages/bookServices/detail/index",
+    "pages/bookServices/list/index",
     "pages/bookExhibitionList/index",
     "pages/bookExhibitionDetails/index",
     "pages/usercenter/index",
@@ -61,7 +63,7 @@
         "selectedIconPatn": "/static/images/home/Home-click@2x.png"
       },
       {
-        "pagePath": "pages/bookServices/index",
+        "pagePath": "pages/bookServices/assort/index",
         "text": "鍥句功鏈嶅姟",
         "iconPath": "/static/images/home/service@2x.png",
         "selectedIconPatn": "/static/images/home/service-click@2x.png"
@@ -89,7 +91,6 @@
   "requiredPrivateInfos": [
     "chooseAddress"
   ],
-  "lazyCodeLoading": "requiredComponents",
   "usingComponents": {},
   "window": {
     "backgroundTextStyle": "light",

--
Gitblit v1.9.1