-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathapp.json
62 lines (62 loc) · 1.71 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
{
"pages" : [
"pages/index/index",
"pages/fl/index",
"pages/fl2/index",
"pages/about/index",
"pages/detail/index",
"pages/details/index",
"pages/page801435/index",
"pages/details941358/index",
"pages/link/index",
"pages/logs/logs",
"pages/error/index",
"pages/empty/index"
],
"window" : {
"navigationBarBackgroundColor": "#009944",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "我的电商",
"backgroundColor": "#ffffff",
"backgroundTextStyle": "light",
"enablePullDownRefresh":"false"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#0ac908",
"borderStyle": "white",
"backgroundColor": "#f7f7fa",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "assets/images/icon_home_normal.png",
"selectedIconPath": "assets/images/icon_home_selected.png",
"text": "首页"
},
{
"pagePath": "pages/fl/index",
"iconPath": "assets/images/category_normal.png",
"selectedIconPath": "assets/images/category_selected.png",
"text": "分类展示一"
},
{
"pagePath": "pages/fl2/index",
"iconPath": "assets/images/category_normal.png",
"selectedIconPath": "assets/images/category_selected.png",
"text": "分类展示二"
},
{
"pagePath": "pages/page801435/index",
"iconPath": "assets/images/shoppingcart_normal.png",
"selectedIconPath": "assets/images/shoppingcart_selected.png",
"text": "自定义展示"
},
{
"pagePath": "pages/about/index",
"iconPath": "assets/images/mine_normal.png",
"selectedIconPath": "assets/images/mine_selected.png",
"text": "我的"
}
]
}
}