-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
71 lines (71 loc) · 1.77 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"pages": [
"pages/index/index",
"pages/my/index",
"pages/shop/index/index",
"pages/shop/shop-cart/index",
"pages/notice/index",
"pages/houseregistration/add",
"pages/repair/add",
"pages/repair/index",
"pages/houseregistration/index",
"pages/my/info",
"pages/my/changePhone",
"pages/my/feedback"
],
"usingComponents": {
"van-uploader": "/dist/uploader/index",
"van-icon":"/dist/icon/index"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fffffe",
"navigationBarTitleText": "智慧社区",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#aaa",
"selectedColor": "#1296db",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "img/index.png",
"selectedIconPath": "img/index2.png"
},
{
"pagePath": "pages/shop/index/index",
"text": "商城",
"iconPath": "img/shop.png",
"selectedIconPath": "img/shop2.png"
},
{
"pagePath": "pages/notice/index",
"text": "动态",
"iconPath": "img/dynamic.png",
"selectedIconPath": "img/dynamic2.png"
},
{
"pagePath": "pages/my/index",
"text": "我的",
"iconPath": "img/my.png",
"selectedIconPath": "img/my2.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true,
"sitemapLocation": "sitemap.json",
"navigateToMiniProgramAppIdList": ["wx5e7d1aeefc2b3098"]
}