From dc01187c6ca2cf46fef268e84a7ac7fc171f2ebb Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 27 五月 2024 16:12:47 +0800 Subject: [PATCH] 开泵相关 --- app.json | 44 +++++++++++++------------------------------- 1 files changed, 13 insertions(+), 31 deletions(-) diff --git a/app.json b/app.json index 82be6e8..ddc4606 100644 --- a/app.json +++ b/app.json @@ -1,45 +1,27 @@ { "pages": [ + "pages/home/home", + "pages/wxlogin/wxlogin", + "pages/login/login", + "pages/wxbind/wxbind", "pages/rechargeList/rechargeList", "pages/wallet/wallet", - "pages/home/home", - "pages/login/login", "pages/index/index", "pages/logs/logs", "pages/my/my", - "pages/recharge/recharge" - + "pages/recharge/recharge", + "pages/waterIntake/waterIntake", + "pages/personCharge/personcharge", + "pages/feedback/feedback", + "pages/openCard/openCard", + "pages/rechargeMoney/rechargMoney" ], "window": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "鐢靛瓙閽卞寘", + "navigationBarTextStyle": "white", + "navigationBarTitleText": "澶х鑺傛按", "navigationBarBackgroundColor": "#1890FF" }, "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", - "lazyCodeLoading": "requiredComponents", - "tabBar": { - "color": "#000000", - "selectedColor": "#2D8BF7", - "list": [ - { - "pagePath": "pages/home/home", - "text": "棣栭〉", - "iconPath": "/images/home_grey.png", - "selectedIconPath": "/images/home_blue.png" - }, - { - "pagePath": "pages/wallet/wallet", - "text": "鐢靛瓙閽卞寘", - "iconPath": "/images/wallet_grey.png", - "selectedIconPath": "/images/wallet_blue.png" - }, - { - "pagePath": "pages/my/my", - "text": "涓汉涓績", - "iconPath": "/images/my_grey.png", - "selectedIconPath": "/images/my_blue.png" - } - ] - } + "lazyCodeLoading": "requiredComponents" } \ No newline at end of file -- Gitblit v1.8.0