-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
42 lines (40 loc) · 1.08 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
{
"pages": [{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "看见桃花源-首页",
"navigationBarBackgroundColor": "#ff934d",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的信息",
"navigationBarBackgroundColor": "#ff934d",
"enablePullDownRefresh": false
}
}],
"tabBar": {
"selectedColor": "#c00000",
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "static/tab_icons/home.png",
"selectedIconPath": "static/tab_icons/home-active.png"
}, {
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "static/tab_icons/my.png",
"selectedIconPath": "static/tab_icons/my-active.png"
}]
},
"globalStyle": {
"navigationBarTextStyle": "white",
// "navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#FFFFFF",
"app-plus": {
"background": "#efeff4"
}
}
}