-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
70 lines (70 loc) · 1.91 KB
/
app.json
File metadata and controls
70 lines (70 loc) · 1.91 KB
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
{
"entryPagePath": "pages/index/index",
"pages": [
"pages/components/goodsInfo/goodsInfo",
"pages/ordering/ordering",
"pages/index/index",
"pages/order/order",
"pages/mine/mine",
"pages/components/index/gards/gards",
"pages/components/index/members/members",
"pages/components/index/mylocation/mylocation",
"pages/components/index/newthiing/newthiing",
"pages/components/index/newdetail/newdetail",
"pages/login/login",
"pages/components/num-controller/num-controller",
"pages/components/chooseInfo/chooseInfo"
],
"window": {
"navigationBarBackgroundColor": "#ccc",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "小溪流",
"navigationStyle": "custom",
"backgroundColor": "#eee",
"backgroundTextStyle": "dark",
"enablePullDownRefresh": true
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "./images/shouye.png",
"selectedIconPath": "./images/shouye-active.png"
},
{
"pagePath": "pages/ordering/ordering",
"text": "点餐",
"iconPath": "./images/naicha.png",
"selectedIconPath": "./images/naicha-active.png"
},
{
"pagePath": "pages/order/order",
"text": "订单",
"iconPath": "./images/order.png",
"selectedIconPath": "./images/order-active.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "./images/mine.png",
"selectedIconPath": "./images/mine-active.png"
}
]
},
"requiredBackgroundModes": [
"audio",
"location"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": false,
"sitemapLocation": "sitemap.json"
}