-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
94 lines (94 loc) · 2.98 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"usingComponents": {
"van-button": "@vant/weapp/button/index",
"van-search": "@vant/weapp/search/index",
"van-card": "@vant/weapp/card/index",
"van-icon": "@vant/weapp/icon/index",
"van-tag": "@vant/weapp/tag/index",
"van-divider": "@vant/weapp/divider/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-field": "@vant/weapp/field/index",
"van-checkbox": "@vant/weapp/checkbox/index",
"van-checkbox-group": "@vant/weapp/checkbox-group/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-action-sheet": "@vant/weapp/action-sheet/index",
"van-goods-action": "@vant/weapp/goods-action/index",
"van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
"van-goods-action-button": "@vant/weapp/goods-action-button/index",
"van-submit-bar": "@vant/weapp/submit-bar/index",
"van-nav-bar": "@vant/weapp/nav-bar/index",
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index",
"van-image": "@vant/weapp/image/index",
"van-grid": "@vant/weapp/grid/index",
"van-grid-item": "@vant/weapp/grid-item/index",
"van-toast": "@vant/weapp/toast/index",
"van-row": "@vant/weapp/row/index",
"van-col": "@vant/weapp/col/index",
"van-popup": "@vant/weapp/popup/index",
"van-overlay": "@vant/weapp/overlay/index",
"van-loading": "@vant/weapp/loading/index"
},
"pages": [
"pages/index/index",
"pages/receivingList/index",
"pages/editPersonInfo/index",
"pages/pay/index",
"pages/editorderInfo/index",
"pages/cart/index",
"pages/discount/index",
"pages/searchDetail/index",
"pages/search/index",
"pages/personalInfo/index",
"pages/mine/mine",
"pages/orderType/index",
"pages/editNickname/index",
"pages/category/category",
"pages/details/index"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#ffc20e",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
},
"tabBar": {
"backgroundColor": "",
"color": "black",
"position": "bottom",
"selectedColor": "#ffc20e",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "icons/index.png",
"selectedIconPath": "icons/indexed.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "icons/category.png",
"selectedIconPath": "icons/categoryed.png",
"text": "种类"
},
{
"pagePath": "pages/cart/index",
"iconPath": "icons/shopCart.png",
"selectedIconPath": "icons/shopCarted.png",
"text": "购物车"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "icons/wode.png",
"selectedIconPath": "icons/wodeed.png",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"sitemapLocation": "sitemap.json"
}