管灌系统农户端微信小程序(嘉峪关应用)
app.json
@@ -1,45 +1,30 @@
{
  "pages": [
    "pages/irrigation/irrigation",
    "pages/createIrrigation/createIrrigation",
    "pages/groupDetail/groupDetail",
    "pages/home/home",
    "pages/valveList/valveList",
    "pages/feedback/feedback",
    "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/waterIntake/waterIntake",
    "pages/personCharge/personcharge",
    "pages/openCard/openCard",
    "pages/rechargeMoney/rechargMoney",
    "pages/rechargeCard/rechargeCard"
  ],
  "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"
}