app.json 1.7 KB
{
  "pages": [
    "pages/index/index",
    "pages/authorize/authorize",
    "pages/gift-shop/gift-shop",
    "pages/register/register",
    "pages/scan-result/scan-result",
    "pages/integral-detail/integral-detail",
    "pages/gift-detail/gift-detail",
    "pages/address-management/address-management",
    "pages/address-edit/address-edit",
    "pages/my-qrcode/my-qrcode",
    "pages/my-order/my-order",
    "pages/my-message/my-message",
    "pages/contact/contact",
    "pages/contact-table/contact-table",
    "pages/vip-login/vip-login",
    "pages/vip-verify/vip-verify",
    "pages/user-center/user-center",
    "pages/sign-in-record/sign-in-record",
    "pages/rank/rank",
    "pages/rank-gift/rank-gift",
    "pages/example/example",
    "pages/more/more"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#3680EB",
    "navigationBarTitleText": "志亮照明",
    "navigationBarTextStyle": "white"
  },
  "tabBar": {
    "color": "#999999",
    "selectedColor": "#3680EB",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [{
        "pagePath": "pages/index/index",
        "iconPath": "image/tabbar/scan_bar.png",
        "selectedIconPath": "image/tabbar/scan_bar_selected.png",
        "text": "扫码积分"
      },
      {
        "pagePath": "pages/gift-shop/gift-shop",
        "iconPath": "image/tabbar/gift_bar.png",
        "selectedIconPath": "image/tabbar/gift_bar_selected.png",
        "text": "礼物兑换"
      },
      {
        "pagePath": "pages/user-center/user-center",
        "iconPath": "image/tabbar/user_bar.png",
        "selectedIconPath": "image/tabbar/user_bar_selected.png",
        "text": "个人中心"
      }
    ]
  }
}