-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
63 lines (63 loc) · 1.32 KB
/
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
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
{
"pages": [
{
"path" : "pages/welcome/welcome",
"style" :
{
"navigationBarTitleText" : "welcome",
"enablePullDownRefresh" : false
}
},
{
"path": "pages/chart/chart",
"style": {
"navigationBarTitleText": "基础 demo",
"disableScroll": true
}
},
{
"path" : "pages/skyline/skyline",
"style" :
{
"navigationBarTitleText" : "skyline demo",
"enablePullDownRefresh" : false,
"navigationStyle": "custom",
"renderer": "skyline",
"componentFramework": "glass-easel"
}
},
{
"path" : "pages/snapshot/snapshot",
"style" :
{
"navigationBarTitleText" : "skyline snapshot demo",
"enablePullDownRefresh" : false,
"navigationStyle": "custom",
"renderer": "skyline",
"componentFramework": "glass-easel"
}
},
{
"path" : "pages/barrace/barrace",
"style" :
{
"navigationBarTitleText" : "动态图表 demo",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/saveImg/saveImg",
"style" :
{
"navigationBarTitleText" : "保存图片"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}