app.json 820 字节
{
  "pages": [
    "pages/shop/shop",
    "pages/index/index",
    "pages/mine/mine"
  ],
  "subPackages": [],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "美狸康产",
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#F8F8F8"
  },
  "tabBar": {
    "color": "#BDC4CE",
    "selectedColor": "#EE8B27",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [
      {
        "pagePath": "pages/shop/shop",
        "iconPath": "static/shop.png",
        "selectedIconPath": "static/shopindex.png",
        "text": "商城"
      },
      {
        "pagePath": "pages/mine/mine",
        "iconPath": "static/mine.png",
        "selectedIconPath": "static/mineindex.png",
        "text": "我的"
      }
    ]
  },
  "usingComponents": {}
}