app.json
1.5 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
{
"pages": [
"pages/index/index",
"pages/demo/index",
"pages/goods/index",
"pages/news/index",
"pages/category/index",
"pages/category/list",
"pages/cart/index",
"pages/cart/checout",
"pages/adress/index",
"pages/adress/create",
"pages/adress/edit",
"pages/order/index",
"pages/my/index",
"pages/order/detail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#6d189e",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#6d189e",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "res/imgs/home.png",
"selectedIconPath": "res/imgs/home-active.png"
},
{
"pagePath": "pages/category/index",
"text": "搜索",
"iconPath": "res/imgs/category.png",
"selectedIconPath": "res/imgs/category-active.png"
},
{
"pagePath": "pages/cart/index",
"text": "购物车",
"iconPath": "res/imgs/flow.png",
"selectedIconPath": "res/imgs/flow-active.png"
},
{
"pagePath": "pages/my/index",
"text": "我的",
"iconPath": "res/imgs/my.png",
"selectedIconPath": "res/imgs/my-active.png"
}
],
"position": "bottom"
},
"debug": true,
"sitemapLocation": "sitemap.json"
}