-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
48 lines (48 loc) · 1.29 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
{
"pages":[
"pages/upper/upper",
"pages/income/income",
"pages/my/my",
"pages/index/index",
"pages/coustomAppo/getAppo/getAppo",
"pages/coustomAppo/modifyAppo/modifyAppo",
"pages/shopper/shopperInfo/shopperInfo",
"pages/shopper/modifyShopper/modifyShopper"
],
"window":{
"backgroundTextStyle":"dark",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "首页",
"navigationBarTextStyle":"black",
"backgroundColor": "#ECECEB"
},
"tabBar": {
"selectedColor": "#DE6110",
"backgroundColor": "#919191",
"borderStyle": "black",
"position": "bottom",
"color": "#fff",
"list": [{
"pagePath": "pages/upper/upper",
"text": "上新",
"iconPath": "./lib/images/tabbar10.png",
"selectedIconPath": "./lib/images/tabbar11.png"
}, {
"pagePath": "pages/income/income",
"text": "收益",
"iconPath": "./lib/images/tabbar20.png",
"selectedIconPath": "./lib/images/tabbar21.png"
}, {
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "./lib/images/tabbar30.png",
"selectedIconPath": "./lib/images/tabbar31.png"
}]
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"networkTimeout": {
"request": 10000,
"downloadFile0": 10000
}
}