app.json
1.6 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
{
"pages": [
"pages/index/index",
"pages/me/index",
"pages/myOrder/myOrder",
"pages/activity/activity",
"pages/me/apply/apply",
"pages/orderDetail/orderDetail",
"pages/achievement/achievement",
"pages/achievement/searchachievement",
"pages/map/map",
"pages/myGift/myGift",
"pages/useCoupon/useCoupon",
"pages/me/envelope/envelope",
"pages/me/order/order",
"pages/me/order/orderdetail",
"pages/verification/verification",
"pages/verification/allverification",
"pages/me/user/user"
],
"subPackages": [
{
"root": "pages/login",
"pages": [
"login"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "通用模板",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"borderStyle": "white",
"selectedColor": "#1F78FF",
"backgroundColor": "#FFFFFF",
"color": "#999999",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/images/tabbar/flowerg.png",
"selectedIconPath": "static/images/tabbar/flower.png",
"text": "精选活动"
},
{
"pagePath": "pages/myOrder/myOrder",
"iconPath": "static/images/tabbar/order.png",
"selectedIconPath": "static/images/tabbar/orderb.png",
"text": "我的订单"
},
{
"pagePath": "pages/me/index",
"iconPath": "static/images/tabbar/user.png",
"selectedIconPath": "static/images/tabbar/userb.png",
"text": "个人中心"
}
]
},
"usingComponents": {}
}