forked from 3xxx/wechatengineercms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
55 lines (55 loc) · 1.43 KB
/
app.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
{
"pages": [
"pages/index/index",
"pages/detail/detail",
"pages/pdfview/pdfview",
"pages/addtopic/addtopic",
"pages/register/register",
"pages/mine/mine",
"pages/myopus/myopus",
"pages/about/about"
],
"window": {
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#faad14",
"navigationBarTitleText": " 珠三角设代",
"navigationBarTextStyle": "black",
"navigationStyle": "default"
},
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#000000",
"selectedColor": "#faad14",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/home-aaaaaa.png",
"selectedIconPath": "images/home-faad14.png",
"text": "首页"
},
{
"pagePath": "pages/addtopic/addtopic",
"iconPath": "images/edit-aaaaaa.png",
"selectedIconPath": "images/edit-faad14.png",
"text": "发布"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "images/person-outline-aaaaaa.png",
"selectedIconPath": "images/person-faad14.png"
},
{
"pagePath": "pages/about/about",
"iconPath": "images/dot-circle-o-aaaaaa.png",
"selectedIconPath": "images/dot-circle-o-faad14.png",
"text": "关于"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
}
}