-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
80 lines (80 loc) · 2.93 KB
/
app.json
File metadata and controls
80 lines (80 loc) · 2.93 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
76
77
78
79
80
{
"pages": [
"pages/index/index",
"pages/login/login/login",
"pages/my/index/index",
"pages/my/setting/index/index",
"pages/my/setting/printer/index",
"pages/my/enterprise/index",
"pages/about/about",
"pages/contents/contents",
"pages/webViewPage/webViewPage"
],
"window": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "二维码发票",
"backgroundColor": "#f4f4f4",
"backgroundTextStyle": "dark",
"enablePullDownRefresh": false
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tabbar/tabbar-share.png",
"selectedIconPath": "images/tabbar/tabbar-share-active.png",
"text": "开票"
},
{
"pagePath": "pages/my/index/index",
"iconPath": "images/tabbar/tabbar-my.png",
"selectedIconPath": "images/tabbar/tabbar-my-active.png",
"text": "我的"
}
],
"backgroundColor": "#fff",
"selectedColor": "#e8370d"
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"van-notify": "@vant/weapp/notify/index",
"van-loading": "@vant/weapp/loading/index",
"van-notice-bar": "@vant/weapp/notice-bar/index",
"van-button": "@vant/weapp/button/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-icon": "@vant/weapp/icon/index",
"van-row": "@vant/weapp/row/index",
"van-col": "@vant/weapp/col/index",
"van-checkbox": "@vant/weapp/checkbox/index",
"van-checkbox-group": "@vant/weapp/checkbox-group/index",
"van-popup": "@vant/weapp/popup/index",
"van-picker": "@vant/weapp/picker/index",
"van-field": "@vant/weapp/field/index",
"van-nav-bar": "@vant/weapp/nav-bar/index",
"van-stepper": "@vant/weapp/stepper/index",
"van-steps": "@vant/weapp/steps/index",
"van-share-sheet": "@vant/weapp/share-sheet/index",
"van-toast": "@vant/weapp/toast/index",
"van-action-sheet": "@vant/weapp/action-sheet/index",
"van-divider": "@vant/weapp/divider/index",
"van-radio": "@vant/weapp/radio/index",
"van-radio-group": "@vant/weapp/radio-group/index",
"van-tab": "@vant/weapp/tab/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-tabs": "@vant/weapp/tabs/index",
"van-card": "@vant/weapp/card/index",
"van-goods-action": "@vant/weapp/goods-action/index",
"van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
"van-goods-action-button": "@vant/weapp/goods-action-button/index",
"van-search": "@vant/weapp/search/index",
"van-tag": "@vant/weapp/tag/index",
"van-count-down": "@vant/weapp/count-down/index",
"van-overlay": "@vant/weapp/overlay/index",
"van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
"van-dropdown-item": "@vant/weapp/dropdown-item/index",
"van-image": "@vant/weapp/image/index",
"van-empty": "@vant/weapp/empty/index"
}
}