-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
69 lines (68 loc) · 2.05 KB
/
app.json
File metadata and controls
69 lines (68 loc) · 2.05 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
{
"pages": [
"pages/homePage/index",
"pages/activityList/list",
"pages/toSignUp/toSignUp",
"pages/toSignUp/CompetitionSignUp",
"pages/toSignUp/CompetitionSignUpTeam",
"pages/eventDetails/eventDetails",
"pages/voteList/voteList",
"pages/voteDetail/voteDetail",
"pages/toSignUp/CompetitionGroup",
"pages/user/user",
"pages/orderList/orderList",
"pages/orderDetail/orderDetail",
"pages/resultList/resultList",
"pages/resultDetail/resultDetail",
"pages/EventAssistant/EventPackage/EventPackage",
"pages/EventAssistant/map/index",
"pages/EventAssistant/EventPackage/signature",
"pages/EventAssistant/EventPackage/autographinfo",
"pages/EventAssistant/EventResult/resultIndex",
"pages/EventAssistant/EventResult/searchResult",
"pages/EventAssistant/picture/index",
"pages/newsDetail/newsDetail",
"pages/news/news",
"pages/EventAssistant/EventResult/certIndex",
"pages/EventAssistant/EventResult/ExperienceCert"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#FFF",
"navigationBarTitleText": "似水流年体育",
"navigationBarTextStyle": "black",
"backgroundColor": "#FFF"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于活动报名的地域划分"
}
},
"tabBar": {
"selectedColor": "#2875B4",
"list": [
{
"iconPath": "image/tab/home.png",
"selectedIconPath": "image/tab/home_active.png",
"pagePath": "pages/homePage/index",
"text": "首页"
},
{
"iconPath": "image/tab/activity.png",
"selectedIconPath": "image/tab/activity_active.png",
"pagePath": "pages/activityList/list",
"text": "活动"
},
{
"iconPath": "image/tab/mine.png",
"selectedIconPath": "image/tab/mine_active.png",
"pagePath": "pages/user/user",
"text": "我的"
}
]
},
"navigateToMiniProgramAppIdList": [
"wx700d05228b648306"
],
"sitemapLocation": "sitemap.json"
}