-
Notifications
You must be signed in to change notification settings - Fork 9
/
pages.json
92 lines (92 loc) · 1.86 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
85
86
87
88
89
90
91
92
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/cases/cases",
"style": {
"navigationBarTitleText": "成功案例"
}
},
{
"path": "pages/article/article",
"style": {
"navigationBarTitleText": "资讯中心"
}
},
{
"path": "pages/page/page",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/page/about",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/cases/detail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/article/detail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/index/search",
"style": {
"navigationBarTitleText": "案例",
"enablePullDownRefresh": true
}
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#EE9F38",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home2.png"
},
{
"pagePath": "pages/cases/cases",
"text": "成功案例",
"iconPath": "static/tabbar/product.png",
"selectedIconPath": "static/tabbar/product2.png"
},
{
"pagePath": "pages/article/article",
"text": "资讯中心",
"iconPath": "static/tabbar/news.png",
"selectedIconPath": "static/tabbar/news2.png"
},
{
"pagePath": "pages/page/about",
"text": "关于我们",
"iconPath": "static/tabbar/aboutus.png",
"selectedIconPath": "static/tabbar/aboutus2.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
}
}