From b10f56cafd2767ef89988877528ba8bff32f8f41 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 01 三月 2024 09:53:25 +0800 Subject: [PATCH] feat(洒大山): 说的是 --- app.json | 29 ++++++++++++++++++++--------- 1 files changed, 20 insertions(+), 9 deletions(-) diff --git a/app.json b/app.json index 430bd80..1c8cfeb 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,9 @@ "pages/cart/index", "pages/home/home", "pages/aboutUs/index", - "pages/bookServices/index", + "pages/bookServices/assort/index", + "pages/bookServices/detail/index", + "pages/bookServices/list/index", "pages/bookExhibitionList/index", "pages/bookExhibitionDetails/index", "pages/bibliographyList/index", @@ -58,30 +60,39 @@ "list": [ { "pagePath": "pages/home/home", - "text": "棣栭〉" + "text": "棣栭〉", + "iconPath": "/static/images/home/Home@2x.png", + "selectedIconPatn": "/static/images/home/Home-click@2x.png" }, { - "pagePath": "pages/bookServices/index", - "text": "鍥句功鏈嶅姟" + "pagePath": "pages/bookServices/assort/index", + "text": "鍥句功鏈嶅姟", + "iconPath": "/static/images/home/service@2x.png", + "selectedIconPatn": "/static/images/home/service-click@2x.png" }, { "pagePath": "pages/goods/category/index", - "text": "瀛︿範" + "text": "瀛︿範", + "iconPath": "/static/images/home/learn@2x.png", + "selectedIconPatn": "/static/images/home/learn-click@2x.png" }, { "pagePath": "pages/cart/index", - "text": "璐墿杞�" + "text": "璐墿杞�", + "iconPath": "/static/images/home/cart@2x.png", + "selectedIconPatn": "/static/images/home/cart-click@2x.png" }, { - "pagePath": "pages/usercenter/index", - "text": "鎴戠殑" + "pagePath": "pages/personalCenter/index", + "text": "鎴戠殑", + "iconPath": "/static/images/home/my@2x.png", + "selectedIconPatn": "/static/images/home/my-click@2x.png" } ] }, "requiredPrivateInfos": [ "chooseAddress" ], - "lazyCodeLoading": "requiredComponents", "usingComponents": {}, "window": { "backgroundTextStyle": "light", -- Gitblit v1.9.1