app.json
2.39 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/index/index",
"pages/brand/index",
"pages/brand/search",
"pages/brand/list",
"pages/home/coupon/list",
"pages/home/index",
"pages/classroom/list",
"pages/classroom/detail",
"pages/account/chooseArea",
"pages/account/bindMobile",
"pages/webview/webview",
"pages/cms/detail",
"pages/activity/index",
"pages/activity/booking",
"pages/activity/bookingList",
"pages/activity/bookingDetail",
"pages/activity/bookingSuccess",
"pages/activity/classroomDetail",
"pages/activity/limitSale",
"pages/activity/limitSaleDetail",
"pages/snapshoot/limitSale",
"pages/activity/limitSaleNews",
"pages/activity/limitSaleCode",
"pages/activity/limitSaleRegister",
"pages/activity/limitSuccess",
"pages/activity/fission",
"pages/activity/fissionRule",
"pages/activity/fissionClose",
"pages/activity/clock",
"pages/home/coupon/detail",
"pages/cms/news",
"pages/cms/newsDetail",
"pages/login/login",
"pages/fashionplay/fashionplay",
"pages/home/coin/coin",
"pages/home/experience/list",
"pages/home/setting/setting"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "MKT",
"navigationBarTextStyle": "black",
"backgroundColor": "#f0f0f0"
},
"tabBar": {
"borderStyle": "black",
"color": "#B0B0B0",
"selectedColor": "#1C1C1B",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/tabbar/home_normal@3x.png",
"selectedIconPath": "static/images/tabbar/home_select@3x.png"
},
{
"pagePath": "pages/fashionplay/fashionplay",
"text": "潮玩",
"iconPath": "static/images/tabbar/play_normal@3x.png",
"selectedIconPath": "static/images/tabbar/play_select@3x.png"
},
{
"pagePath": "pages/home/index",
"text": "我的",
"iconPath": "static/images/tabbar/usercenter_normal@3x.png",
"selectedIconPath": "static/images/tabbar/usercenter_select@3x.png"
}
]
},
"debug": true,
"navigateToMiniProgramAppIdList": [
"wx084ab813d88c594b",
"wxed31f9e8705fb8d1"
],
"permission": {
"scope.userLocation": {
"desc": "位置信息将用于界定您是否符合参与资格"
}
},
"sitemapLocation": "sitemap35.json"
}