-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
84 lines (84 loc) · 1.97 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"pages": [{
"path": "pages/news/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/news/detail",
"style": {
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/loading/index",
"style": {
"navigationBarTitleText": "加载",
"titleImage": "static/neon.jpg",
"navigationStyle": "custom",
"app-plus": {
"background": "transparent"
}
}
},
{
"path": "pages/test/index",
"style": {
"navigationBarTitleText": "测试"
}
},
{
"path": "pages/canvas/index",
"style": {
"navigationBarTitleText": "canvas"
}
}
],
"tabBar": {
"list": [{
"selectedIconPath": "static/tabBar/tab1_1.png",
"iconPath": "static/tabBar/tab1.png",
"pagePath": "pages/news/index",
"text": "首页"
},
{
"selectedIconPath": "static/tabBar/tab2_2.png",
"iconPath": "static/tabBar/tab2.png",
"pagePath": "pages/test/index",
"text": "loading"
},
{
"selectedIconPath": "static/tabBar/tab3_3.png",
"iconPath": "static/tabBar/tab3.png",
"pagePath": "pages/test/index",
"text": "canvas"
},
{
"selectedIconPath": "static/tabBar/tab4_4.png",
"iconPath": "static/tabBar/tab4.png",
"pagePath": "pages/test/index",
"text": "未知"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "新闻资讯",
"navigationBarBackgroundColor": "#2F85FC",
"backgroundColor": "#FFFFFF"
},
"rightWindow": {
"path": "responsive/right-window.vue",
"style": {
"width": "calc(100vw - 450px)"
},
"matchMedia": {
"minWidth": 768
}
}
}