-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathapp.json
62 lines (60 loc) · 1.67 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
{
"pages": [
"pages/index/index",
"pages/car-list-model2/car-list-model2",
"libs/citySelector/pick-car-address/pick-car-address",
"pages/car-detail/car-detail",
"pages/share/share",
"pages/reservation/reservation",
"pages/order/order-detail/order-detail",
"pages/order/order-list/order-list",
"pages/me/me",
"pages/car-list/car-list",
"pages/help/novice/novice",
"pages/help/service/service",
"pages/help/service/main/main",
"pages/help/commonProblem/commonProblem",
"pages/help/opinion/opinion",
"pages/login/login",
"pages/order/order-manager/order-manager",
"pages/bg-management/index",
"pages/wallet/wallet",
"pages/wallet/amount-out/amount-out",
"pages/wallet/liushui/liushui",
"pages/wallet/liushui-detail/liushui-detail",
"libs/citySelector/switchcity/switchcity"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000000",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "#FFFFFF"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#333333",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/nav/home-off.png",
"selectedIconPath": "images/nav/home-on.png",
"text": "租车"
},
{
"pagePath": "pages/me/me",
"iconPath": "images/nav/my-off.png",
"selectedIconPath": "images/nav/my-on.png",
"text": "我的"
}
]
},
"debug": true,
"plugins": {
"wxparserPlugin": {
"version": "0.2.1",
"provider": "wx9d4d4ffa781ff3ac"
}
}
}