app.json 1.92 KB
{
  "pages": [
    "index/index",
    "index/index2",
    "index/me",
    "pages/login/index",
    "pages/homes/index",
    "pages/editPwd/editPwd",
    "pages/shopSelect/index"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "Weixin",
    "navigationBarTextStyle": "black",
    "navigationStyle": "custom"
  },
  "tabBar": {
    "color": "#8181A5",
    "selectedColor": "#0069FF",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "custom": true,
    "list": [{
        "pagePath": "index/index",
        "iconPath": "images/home.png",
        "selectedIconPath": "images/home-b.png",
        "text": "集团首页"
      },
      {
        "pagePath": "index/index2",
        "iconPath": "images/cong.png",
        "selectedIconPath": "images/cong-b.png",
        "text": "店铺首页"
      },
      {
        "pagePath": "index/me",
        "iconPath": "images/me.png",
        "selectedIconPath": "images/me-b.png",
        "text": "我的"
      }
    ]
  },
  "useExtendedLib": {
    "weui": true
  },
  "usingComponents": {
    "basic":"/components/echart/basic/index",
    "navbar": "/components/navbar/index",
    "navbar2": "/components/navbar2/index",
    "malllist": "/components/mallList/index",
    "van-icon": "@vant/weapp/icon/index",
    "arrow": "/components/arrow/index",
    "van-tab": "@vant/weapp/tab/index",
    "van-tabs": "@vant/weapp/tabs/index",
    "van-row": "@vant/weapp/row/index",
    "van-col": "@vant/weapp/col/index",
    "van-cell": "@vant/weapp/cell/index",
    "van-collapse": "@vant/weapp/collapse/index",
    "van-collapse-item": "@vant/weapp/collapse-item/index",
    "van-empty": "@vant/weapp/empty/index",
    "van-button": "@vant/weapp/button/index",
    "van-divider": "@vant/weapp/divider/index",
    "van-field": "@vant/weapp/field/index"
  },
  "lazyCodeLoading": "requiredComponents",
  "sitemapLocation": "sitemap.json"
}