-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.json
81 lines (81 loc) · 2.33 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
{
"pages": [
"pages/index/entry",
"pages/index/index",
"pages/test/test",
"pages/custom/center/center",
"pages/custom/order/list",
"pages/custom/order/detail",
"pages/custom/address/search",
"pages/custom/address/add",
"pages/custom/score/list",
"pages/custom/score/add",
"pages/custom/score/detail",
"pages/custom/bindPhone/bindPhone",
"pages/custom/help/question",
"pages/custom/help/answer",
"pages/delivery/center/center",
"pages/delivery/login/login",
"pages/delivery/task/list",
"pages/delivery/task/detail",
"pages/delivery/task/map",
"pages/delivery/order/order",
"pages/delivery/help/question",
"pages/delivery/help/answer",
"pages/delivery/system/system",
"pages/custom/login/login",
"pages/delivery/statistics/statistics",
"pages/custom/address/pick",
"pages/custom/order/detail1",
"pages/custom/center/updateName",
"pages/custom/login/agreement",
"pages/delivery/statistics/payment",
"pages/delivery/task/task",
"pages/delivery/turn/list",
"pages/delivery/turn/search",
"pages/logs/logs",
"pages/camera/camera",
"pages/camera/canvas"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffc629",
"navigationBarTitleText": "XX跑腿",
"navigationBarTextStyle": "white",
"backgroundColor": "#000000",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#666666",
"selectedColor": "#fcb900",
"borderStyle": "black",
"backgroundColor": "#fff",
"position": "bottom",
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "images/zhuye.png",
"selectedIconPath": "images/hlzhuye.png"
},
{
"text": "我的订单",
"pagePath": "pages/custom/order/list",
"iconPath": "images/wodedingdan.png",
"selectedIconPath": "images/hlwodedingdan.png"
},
{
"text": "个人中心",
"pagePath": "pages/custom/center/center",
"iconPath": "images/gerenzhongxin.png",
"selectedIconPath": "images/hlgerenzhongxin.png"
}
]
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
}
}