-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpages.json
38 lines (38 loc) · 930 Bytes
/
pages.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
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "签到"
}
},
{
"path": "pages/select/select",
"style": {
"navigationBarTitleText": "位置微调"
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"usingComponents": {
"van-button": "/wxcomponents/vant/button/index",
"van-cell": "/wxcomponents/vant/cell/index",
"van-cell-group": "/wxcomponents/vant/cell-group/index",
"van-search": "/wxcomponents/vant/search/index",
"van-icon": "/wxcomponents/vant/icon/index",
"van-field": "/wxcomponents/vant/field/index",
"van-loading": "/wxcomponents/vant/loading/index",
"van-info": "/wxcomponents/vant/info/index"
}
}
}