-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
64 lines (64 loc) · 1.7 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
63
64
{
"pages":[
"pages/index/index",
"pages/personshow/personshow",
"pages/social/release/release",
"pages/social/topic/topic",
"pages/social/social",
"pages/user/setting/phoneedit",
"pages/user/setting/addressedit",
"pages/user/user",
"pages/user/setting/about",
"pages/depoly/depoly",
"pages/depoly/edit-price/edit-price",
"pages/depoly/edittag/edittag",
"pages/donation/donation",
"pages/user/setting/setting",
"pages/user/mytrace/mytrace",
"pages/index/item-detail/item-detail",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fc4768",
"navigationBarTitleText": "爱易园",
"navigationBarTextStyle":"#fc4768",
"enablePullDownRefresh":true
},
"tabBar": {
"selectedColor":"#ddd",
"borderStyle":"ligit",
"list": [
{
"iconPath": "image/index.png",
"selectedIconPath": "image/index-s.png",
"pagePath": "pages/index/index",
"text": "好货"
},
{
"iconPath": "image/social.png",
"selectedIconPath": "image/social-s.png",
"pagePath": "pages/social/social",
"text": "社区"
},
{
"iconPath": "image/add.png",
"selectedIconPath": "image/add-s.png",
"pagePath": "pages/depoly/depoly",
"text": "发布"
},
{
"iconPath": "image/people.png",
"selectedIconPath": "image/people-s.png",
"pagePath": "pages/user/user",
"text": "我的"
}
]
},
"debug": true,
"permission": {
"scope.userLocation": {
"desc": "爱易园将自动获取您的位置信息,方便商品发布"
}
}
}