-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
61 lines (58 loc) · 1.49 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
{
"pages": [
"pages/Index/index",
"pages/Category/index",
"pages/Goods_list/index",
"pages/Goods_detail/index",
"pages/Cart/index",
"pages/Collect/index",
"pages/Order/index",
"pages/Search/index",
"pages/Feedback/index",
"pages/User/index",
"pages/Geedback/index",
"pages/Login/index",
"pages/Auth/index",
"pages/Pay/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#716af2",
"navigationBarTitleText": "萝卜快购",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#9999",
"selectedColor": "#716af2",
"backgroundColor": "",
"position": "bottom",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/Index/index",
"text": "首页",
"iconPath": "icons/icons/home.png",
"selectedIconPath": "icons/icons/home-o.png"
},
{
"pagePath": "pages/Category/index",
"text": "分类",
"iconPath": "icons/icons/category.png",
"selectedIconPath": "icons/icons/category-o.png"
},
{
"pagePath": "pages/Cart/index",
"text": "购物车",
"iconPath": "icons/icons/cart.png",
"selectedIconPath": "icons/icons/cart-o.png"
},
{
"pagePath": "pages/User/index",
"text": "用户",
"iconPath": "icons/icons/my.png",
"selectedIconPath": "icons/icons/my-o.png"
}
]
},
"sitemapLocation": "sitemap.json"
}