-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
100 lines (100 loc) · 2.99 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"pages": [
"pages/login/login",
"pages/verificationPhone/verificationPhone",
"pages/reconciliation/reconciliation",
"pages/wxMiniPay/wxMiniPay",
"pages/searchGoods/searchGoods",
"pages/register/register",
"pages/goodsDetails/goodsDetails",
"pages/accountManage/accountManage",
"pages/invoice/invoice",
"pages/grade/grade",
"pages/z_goods/z_goods",
"pages/groupBuying/GB_index/GB_index",
"pages/seckill/seckill",
"pages/integralExchange/integralExchange",
"pages/activity/activity",
"pages/getCoupons/getCoupons",
"pages/editPwd/editPwd",
"pages/dhCoupons/dhCoupons",
"pages/coupons/coupons",
"pages/integral/integral",
"pages/bankBalance/bankBalance",
"pages/ordersDetails/ordersDetails",
"pages/ordersList/ordersList",
"pages/liquidation/liquidation",
"pages/goodsChildren/goodsChildren",
"pages/my/my",
"pages/index/index",
"pages/t_goods/t_goods",
"pages/carts/carts",
"pages/paySuccess/paySuccess",
"pages/groupBuying/GB_details/GB_details",
"pages/groupBuying/GB_payOk/GB_payOk",
"pages/groupBuying/GB_ordersDetails/GB_ordersDetails",
"pages/groupBuying/GB_ordersList/GB_ordersList",
"pages/supplierGoods/supplierGoods",
"pages/salesReturn/ordersDetails/ordersDetails",
"pages/salesReturn/ordersList/ordersList",
"pages/H5/H5",
"pages/boxGoodSeach/boxGoodSeach",
"pages/myList/myList",
"pages/p_goods/p_goods",
"pages/myListDetail/myListDetail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#f2f2f2"
},
"tabBar": {
"color": "#707070",
"borderStyle": "white",
"backgroundColor": "#fff",
"selectedColor": "#d40000",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tab_icon_my.png",
"selectedIconPath": "images/tab_icon_select_my.png",
"text": "首页"
},
{
"pagePath": "pages/t_goods/t_goods",
"iconPath": "images/tab_icon_tp.png",
"selectedIconPath": "images/tab_icon_select_tp.png",
"text": "分类"
},
{
"pagePath": "pages/z_goods/z_goods",
"iconPath": "images/tab_icon_zp.png",
"selectedIconPath": "images/tab_icon_select_zp.png",
"text": "直配进货"
},
{
"pagePath": "pages/carts/carts",
"iconPath": "images/tab_icon_carts.png",
"selectedIconPath": "images/tab_icon_select_carts.png",
"text": "购物车"
},
{
"pagePath": "pages/my/my",
"iconPath": "images/tab_icon_my.png",
"selectedIconPath": "images/tab_icon_select_my.png",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 30000,
"downloadFile": 30000
},
"permission": {
"scope.userLocation": {
"desc": "需要您的地理位置,给您提供更好的服务"
}
},
"sitemapLocation": "sitemap.json"
}