-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
74 lines (74 loc) · 2.53 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
{
"pages": [
"pages/index/index",
"pages/login/login",
"pages/sport/plan",
"pages/sport/body",
"pages/sport/sport",
"pages/sport/vitality",
"pages/user/profile",
"pages/user/userinfo",
"pages/user/opinion",
"pages/user/agreement",
"pages/member/autorenew",
"pages/member/openMember",
"pages/member/exchange",
"pages/order/order",
"pages/order/coupon",
"pages/order/orderDetail",
"pages/store/store"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black",
"navigationStyle": "custom",
"backgroundColor": "#fff",
"enablePullDownRefresh": false
},
"sitemapLocation": "sitemap.json",
"requiredPrivateInfos": [
"getFuzzyLocation"
],
"permission": {
"scope.userFuzzyLocation": {
"desc": "你的位置信息将用于门店距离的效果展示"
}
},
"usingComponents": {
"calendar": "/components/calendar/index",
"van-tabbar": "@vant/weapp/tabbar/index",
"van-tabbar-item": "@vant/weapp/tabbar-item/index",
"van-button": "@vant/weapp/button/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-checkbox": "@vant/weapp/checkbox/index",
"van-checkbox-group": "@vant/weapp/checkbox-group/index",
"van-action-sheet": "@vant/weapp/action-sheet/index",
"van-divider": "@vant/weapp/divider/index",
"van-picker": "@vant/weapp/picker/index",
"van-nav-bar": "@vant/weapp/nav-bar/index",
"van-row": "@vant/weapp/row/index",
"van-col": "@vant/weapp/col/index",
"van-tag": "@vant/weapp/tag/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-toast": "@vant/weapp/toast/index",
"van-steps": "@vant/weapp/steps/index",
"van-image": "@vant/weapp/image/index",
"van-icon": "@vant/weapp/icon/index",
"van-grid": "@vant/weapp/grid/index",
"van-grid-item": "@vant/weapp/grid-item/index",
"van-submit-bar": "@vant/weapp/submit-bar/index",
"van-card": "@vant/weapp/card/index",
"van-field": "@vant/weapp/field/index",
"van-sticky": "@vant/weapp/sticky/index",
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index",
"van-notice-bar": "@vant/weapp/notice-bar/index",
"van-overlay": "@vant/weapp/overlay/index",
"van-datetime-picker": "@vant/weapp/datetime-picker/index",
"van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
"van-dropdown-item": "@vant/weapp/dropdown-item/index"
}
}