forked from Exrick/xmall-weapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
95 lines (95 loc) · 3.13 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
{
"pages": [
"pages/index/index",
"pages/catalog/catalog",
"pages/cart/cart",
"pages/checkout/checkout",
"pages/search/search",
"pages/promotion/promotion",
"pages/category/category",
"pages/product/product",
"pages/comment/comment",
"pages/auth/tologin/tologin",
"pages/auth/mobile-login/mobile-login",
"pages/auth/pass-login/pass-login",
"pages/ucenter/index/index",
"pages/ucenter/order/order",
"pages/ucenter/order-detail/order-detail",
"pages/ucenter/to-comment/to-comment",
"pages/ucenter/coupon/coupon",
"pages/ucenter/red/red",
"pages/ucenter/address/index/index",
"pages/ucenter/address/edit/edit",
"pages/pay-result/pay-result",
"pages/ucenter/express/express",
"pages/ucenter/vip/vip",
"pages/ucenter/setting/setting"
],
"window": {
"navigationBarBackgroundColor": "#1d1d1d",
"navigationBarTitleText": "XMall",
"navigationBarTextStyle": "white",
"backgroundColor": "#f4f4f4"
},
"tabBar": {
"color": "#9a9a9a",
"selectedColor": "#666",
"backgroundColor": "#fafafa",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "assets/index.png",
"selectedIconPath": "assets/indexSelected.png"
},
{
"pagePath": "pages/catalog/catalog",
"text": "分类",
"iconPath": "assets/all.png",
"selectedIconPath": "assets/allSelected.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "assets/cart.png",
"selectedIconPath": "assets/cartSelected.png"
},
{
"pagePath": "pages/ucenter/index/index",
"text": "我的",
"iconPath": "assets/me.png",
"selectedIconPath": "assets/meSelected.png"
}
]
},
"usingComponents": {
"van-button": "lib/vant-weapp/button/index",
"van-dialog": "lib/vant-weapp/dialog/index",
"van-field": "lib/vant-weapp/field/index",
"van-tab": "lib/vant-weapp/tab/index",
"van-tabs": "lib/vant-weapp/tabs/index",
"van-loading": "lib/vant-weapp/loading/index",
"van-checkbox": "lib/vant-weapp/checkbox/index",
"van-icon": "lib/vant-weapp/icon/index",
"van-search": "lib/vant-weapp/search/index",
"van-toast": "lib/vant-weapp/toast/index",
"van-tag": "lib/vant-weapp/tag/index",
"van-cell": "lib/vant-weapp/cell/index",
"van-cell-group": "lib/vant-weapp/cell-group/index",
"van-popup": "lib/vant-weapp/popup/index",
"van-area": "lib/vant-weapp/area/index",
"van-steps": "lib/vant-weapp/steps/index",
"van-switch": "lib/vant-weapp/switch/index",
"wux-toptips": "lib/wux-weapp/toptips/index",
"wux-filterbar": "lib/wux-weapp/filterbar/index",
"wux-upload": "lib/wux-weapp/upload/index",
"i-icon": "lib/iview-weapp/icon/index",
"i-badge": "lib/iview-weapp/badge/index",
"i-input-number": "lib/iview-weapp/input-number/index",
"i-swipeout": "lib/iview-weapp/swipeout/index",
"i-avatar": "lib/iview-weapp/avatar/index",
"i-rate": "lib/iview-weapp/rate/index"
},
"sitemapLocation": "sitemap.json"
}