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
71
72
73
74
75
{
"pages": [
"pages/index/index",
"pages/me/me",
"pages/index/login",
"pages/shopping/shopping",
"pages/class/class",
"pages/index/searchPage",
"pages/index/search-result",
"pages/index/goodDeatil",
"pages/index/evaluate",
"pages/me/user-center",
"pages/me/agree-info",
"pages/order/order-list",
"pages/order/settle-Order",
"pages/order/sen-order-detail",
"pages/order/self-order-detail",
"pages/order/wait-receiving",
"pages/me/my-address",
"pages/me/add-address",
"pages/me/my-evaluate",
"pages/order/evaluate",
"pages/me/look-evaluate",
"pages/me/my-collect",
"pages/admin-order/all-order",
"pages/admin-user/admin-user",
"pages/admin-order/send-order-detail",
"pages/admin-order/self-order-detail"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#969799",
"selectedColor": "#FF2F2F",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/shouye-@2x.png",
"selectedIconPath": "/static/ic_12@2x.png"
},
{
"pagePath": "pages/class/class",
"text": "分类",
"iconPath": "/static/ic_13@2x.png",
"selectedIconPath": "/static/selclass.png"
},
{
"pagePath": "pages/shopping/shopping",
"text": "购物车",
"iconPath": "/static/ic_14@2x.png",
"selectedIconPath": "/static/selshopping.png"
},
{
"pagePath": "pages/me/me",
"text": "我的",
"iconPath": "/static/ic_15@2x.png",
"selectedIconPath": "/static/ic_grzx@2x.png"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "科技商城请求位置信息"
}
},
"usingComponents": {}
}