app.json 2.0 KB
Newer Older
D
devil_gong 已提交
1
{
D
devil_gong 已提交
2
  "pages": ["pages/goods-detail/goods-detail",
D
devil_gong 已提交
3 4
    "pages/index/index",
    "pages/goods-category/goods-category",
G
gongfuxiang 已提交
5
    "pages/cart/cart",
G
gongfuxiang 已提交
6
    "pages/user/user",
D
devil_gong 已提交
7 8 9 10
    "pages/web-view/web-view",
    "pages/login/login",
    "pages/paytips/paytips",
    "pages/goods-search/goods-search",
D
devil_gong 已提交
11
    
G
gongfuxiang 已提交
12
    "pages/goods-comment/goods-comment",
D
devil_gong 已提交
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
    "pages/goods-attribute/goods-attribute",
    "pages/buy/buy",
    "pages/user-address/user-address",
    "pages/user-address-save/user-address-save",
    "pages/user-order/user-order",
    "pages/user-order-detail/user-order-detail",
    "pages/user-faovr/user-faovr",
    "pages/user-answer-list/user-answer-list",
    "pages/answer-list/answer-list",
    "pages/answer-form/answer-form",
    "pages/message/message",
    "pages/user-integral/user-integral",
    "pages/user-goods-browse/user-goods-browse"
  ],
  "window": {
    "navigationBarTitleText": "{{application_title}}",
    "navigationBarBackgroundColor": "#d2364c"
  },
  "tabBar": {
    "color": "#8a8a8a",
    "selectedColor": "#d2364c",
    "backgroundColor": "#fff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "/images/nav-icon-home.png",
        "selectedIconPath": "/images/nav-icon-home-active.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/goods-category/goods-category",
        "iconPath": "/images/nav-icon-category.png",
        "selectedIconPath": "/images/nav-icon-category-active.png",
        "text": "分类"
      },
      {
        "pagePath": "pages/cart/cart",
        "iconPath": "/images/nav-icon-cart.png",
        "selectedIconPath": "/images/nav-icon-cart-active.png",
        "text": "购物车"
      },
      {
        "pagePath": "pages/user/user",
        "iconPath": "/images/nav-icon-user.png",
        "selectedIconPath": "/images/nav-icon-user-active.png",
        "text": "我的"
      }
    ]
  },
  "networkTimeout": {
G
gongfuxiang 已提交
63 64
    "request": 10000,
    "downloadFile": 10000
D
devil_gong 已提交
65
  },
G
gongfuxiang 已提交
66 67 68
  "debug": true,
  "sitemapLocation": "sitemap.json"
}