app.json 2.2 KB
Newer Older
D
devil_gong 已提交
1
{
D
Devil 已提交
2
  "pages": ["pages/user-order-comments/user-order-comments",
D
devil_gong 已提交
3 4
    "pages/index/index",
    "pages/goods-category/goods-category",
D
Devil 已提交
5
    "pages/cart/cart",
D
Devil 已提交
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",
G
gongfuxiang 已提交
11
    "pages/goods-detail/goods-detail",
G
gongfuxiang 已提交
12
    "pages/goods-comment/goods-comment",
D
devil_gong 已提交
13 14 15 16
    "pages/goods-attribute/goods-attribute",
    "pages/buy/buy",
    "pages/user-address/user-address",
    "pages/user-address-save/user-address-save",
D
Devil 已提交
17
    "pages/user-order/user-order",
D
devil_gong 已提交
18 19 20 21 22 23 24
    "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",
D
Devil 已提交
25
    "pages/user-goods-browse/user-goods-browse",
D
Devil 已提交
26 27
    "pages/user-orderaftersale/user-orderaftersale",
    "pages/user-orderaftersale-detail/user-orderaftersale-detail"
D
devil_gong 已提交
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 63 64
  ],
  "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 已提交
65 66
    "request": 10000,
    "downloadFile": 10000
D
devil_gong 已提交
67
  },
G
gongfuxiang 已提交
68
  "plugins": {},
G
gongfuxiang 已提交
69 70 71
  "debug": true,
  "sitemapLocation": "sitemap.json"
}