app.json
2.0 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
{
"pages": [
"pages/index/index",
"pages/index/richText",
"pages/index/search",
"pages/index/shopDetaile",
"pages/index/allComment",
"pages/index/bargainPrice",
"pages/class/class",
"pages/class/classList",
"pages/pointsMall/pointsMall",
"pages/pointsMall/pointsDetaile",
"pages/shopCar/shopCar",
"pages/shopCar/confirmOrder",
"pages/mine/mine",
"pages/mine/myOrder",
"pages/mine/orderDetail",
"pages/mine/recharge",
"pages/mine/evaluate",
"pages/mine/myAddress",
"pages/mine/newAddress",
"pages/mine/myPoints",
"pages/login/login"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F6F8FA"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#FB753C",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tabbarsIc/index.png",
"selectedIconPath": "static/tabbarsIc/indexCheck.png",
"text": "首页"
},
{
"pagePath": "pages/class/class",
"iconPath": "static/tabbarsIc/class.png",
"selectedIconPath": "static/tabbarsIc/classCheck.png",
"text": "分类"
},
{
"pagePath": "pages/pointsMall/pointsMall",
"iconPath": "static/tabbarsIc/pointsMallIc.png",
"selectedIconPath": "static/tabbarsIc/pointsMallIcCheck.png",
"text": "积分商城"
},
{
"pagePath": "pages/shopCar/shopCar",
"iconPath": "static/tabbarsIc/shopCar.png",
"selectedIconPath": "static/tabbarsIc/shopCarCheck.png",
"text": "购物车"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/tabbarsIc/mine.png",
"selectedIconPath": "static/tabbarsIc/mineCheck.png",
"text": "我的"
}
]
},
"usingComponents": {}
}