-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
84 lines (84 loc) · 2.37 KB
/
app.json
File metadata and controls
84 lines (84 loc) · 2.37 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"pages": [
"pages/home/index",
"pages/center/login/login",
"pages/center/mine/mine",
"pages/center/editMsg/editMsg",
"pages/center/register/register",
"pages/center/forget/forget",
"pages/center/addrList/addrlist",
"pages/center/addrNew/addNew",
"pages/center/editTxt/editTxt",
"pages/center/centerSet/index",
"pages/center/changePhone/index",
"pages/center/followList/index",
"pages/center/changePass/change",
"pages/center/updateMsg/index",
"pages/center/moment/index",
"pages/center/myRank/myRank",
"pages/center/coupon/coupon",
"pages/shopCart/shopCart",
"pages/myComments/index",
"pages/bargain/list/index",
"pages/bargain/goods/index",
"pages/bargain/detail/index",
"pages/bargain/mine/index",
"pages/live/square/index",
"pages/live/list/index",
"pages/live/playback/index",
"pages/live/live/index",
"pages/live/user/index",
"pages/goods/list/index",
"pages/goods/detail/index",
"pages/goods/collect/index",
"pages/goods/search/index",
"pages/goods/express/index",
"pages/goods/banner/index",
"pages/goods/event/index",
"pages/goods/comment/index",
"pages/order/list/index",
"pages/order/submit/index",
"pages/order/detail/index",
"pages/subject/index",
"pages/topic/sort/index",
"pages/topic/list/index",
"pages/topic/detail/index",
"pages/topic/comment/index",
"pages/store/detail/index",
"pages/store/list/index",
"pages/store/search/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#f699b0",
"navigationBarTitleText": "",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#666",
"selectedColor": "#f6819e",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"selectedIconPath": "img/icon11.jpg",
"iconPath": "img/icon1.jpg",
"pagePath": "pages/home/index",
"text": "首页"
},
{
"selectedIconPath": "img/icon21.jpg",
"iconPath": "img/icon2.jpg",
"pagePath": "pages/live/square/index",
"text": "直播广场"
},
{
"selectedIconPath": "img/icon31.jpg",
"iconPath": "img/icon3.jpg",
"pagePath": "pages/center/mine/mine",
"text": "个人中心"
}
]
},
"sitemapLocation": "sitemap.json"
}