app.json 1.05 KB
{
  "pages": [
    "pages/index/index",
    "pages/more/more",
    "pages/poster-example/poster-example",
    "pages/authorize/authorize",
    "pages/demo/demo"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "mp-gulp-framework",
    "navigationBarTextStyle": "black"
  },
  "tabBar": {
    "color": "#7A7E83",
    "selectedColor": "#CF4646",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [{
        "pagePath": "pages/index/index",
        "iconPath": "image/tabbar/home_D.png",
        "selectedIconPath": "image/tabbar/home.png",
        "text": "介绍"
      },
      {
        "pagePath": "pages/more/more",
        "iconPath": "image/tabbar/set_D.png",
        "selectedIconPath": "image/tabbar/set.png",
        "text": "更多"
      }
    ]
  },
  "usingComponents": {
    "authorize-comp": "../../component/authorize-comp/authorize-comp",
    "empty-tips": "../../component/empty-tips/empty-tips",
    "van-popup": "../../ui/vant-weapp/popup/index"
  }
}