app.json
1.29 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
{
"pages": [
"pages/index/index",
"pages/detail/detail",
"pages/personal-list/personal-list",
"pages/reward/reward",
"pages/reward-completed/reward-completed",
"pages/blessing/blessing",
"pages/more/more",
"pages/poster-example/poster-example",
"pages/authorize/authorize",
"pages/demo/demo"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "组团拜年",
"navigationBarTextStyle": "black"
},
"requiredBackgroundModes": ["audio"],
"usingComponents": {
"authorize-comp": "../../component/authorize-comp/authorize-comp",
"empty-tips": "../../component/empty-tips/empty-tips",
"shortcut": "../../component/shortcut/shortcut",
"shortcut2": "../../component/shortcut2/shortcut2",
"van-popup": "../../ui/vant-weapp/popup/index",
"van-dialog": "../../ui/vant-weapp/dialog/index",
"van-sticky": "../../ui/vant-weapp/sticky/index",
"van-cell": "../../ui/vant-weapp/cell/index",
"van-cell-group": "../../ui/vant-weapp/cell-group/index",
"van-field": "../../ui/vant-weapp/field/index",
"van-tab": "../../ui/vant-weapp/tab/index",
"van-tabs": "../../ui/vant-weapp/tabs/index"
},
"navigateToMiniProgramAppIdList": [
"wx00d6285885e17324"
]
}