forked from wligang/mall-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
105 lines (105 loc) · 3.08 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
101
102
103
104
105
{
"pages": [
"pages/tabBar/home/home",
"pages/tabBar/category/category",
"pages/tabBar/cart/cart",
"pages/tabBar/user/user",
"pages/goods/goods-list/goods-list",
"pages/goods/goods",
"pages/goods/share",
"pages/login/login",
"pages/login/register",
"pages/login/bind",
"pages/login/resetpasswd",
"pages/order/confirmation",
"pages/user/order_list/order_list",
"pages/user/order_list/order_steps",
"pages/user/order_list/comments",
"pages/user/setting/setting",
"pages/user/mall/about",
"pages/user/myQR/myQR",
"pages/msg/msg",
"pages/msg/chat/index",
"pages/user/coupon/coupon",
"pages/user/keep/keep",
"pages/user/address/address",
"pages/user/address/edit/edit",
"pages/user/deposit/deposit",
"pages/pay/payment/payment",
"pages/pay/success/success",
"pages/goods/ratings/ratings",
"pages/user/integral/integral_list",
"pages/tabBar/website/auu/website",
"pages/tabBar/website/video",
"pages/tabBar/website/auu/recruitment",
"pages/tabBar/website/auu/postion",
"pages/user/order_list/order_detail",
"pages/user/manager/product/product",
"pages/user/manager/product/specification",
"pages/user/manager/product/editdetail",
"pages/user/manager/product/edittext",
"pages/user/manager/orders/orders",
"pages/user/live/live_home"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#4CD964",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/tabBar/website/auu/website",
"iconPath": "static/img/tabBar/website.png",
"selectedIconPath": "static/img/tabBar/website-on.png",
"text": "官网"
},
{
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/img/tabBar/shop.png",
"selectedIconPath": "static/img/tabBar/shop-on.png",
"text": "商城"
},
{
"pagePath": "pages/tabBar/category/category",
"iconPath": "static/img/tabBar/category.png",
"selectedIconPath": "static/img/tabBar/category-on.png",
"text": "品类"
},
{
"pagePath": "pages/tabBar/cart/cart",
"iconPath": "static/img/tabBar/cart.png",
"selectedIconPath": "static/img/tabBar/cart-on.png",
"text": "购物车"
},
{
"pagePath": "pages/tabBar/user/user",
"iconPath": "static/img/tabBar/users.png",
"selectedIconPath": "static/img/tabBar/users-on.png",
"text": "我的",
"splitLine": false
}
]
},
"permission": {
"scope.userLocation": {
"desc": "位置信息将用于为您提供更加优质的服务"
}
},
"usingComponents": {}
,
"plugins": {
"live-player-plugin": {
"version": "1.0.14",
"provider": "wx2b03c6e691cd7370"
}
}
}