-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
79 lines (79 loc) · 2.22 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
72
73
74
75
76
77
78
79
{
"pages": [
"pages/home/square/square",
"pages/middle/index/index",
"pages/user/person/person",
"pages/middle/addsite/index",
"pages/middle/reform/index",
"pages/middle/arpage/index",
"pages/middle/savedraft/index",
"pages/middle/share/index",
"pages/middle/showmodel/index",
"pages/user/index/index",
"pages/login/index",
"custom-tab-bar/index",
"pages/user/feedback/feedback",
"pages/home/add_share/add_share",
"pages/home/news/news",
"pages/home/notice/notice",
"pages/home/share/share",
"pages/user/setting/setting",
"pages/home/look_share/look_share",
"pages/user/about/about",
"pages/middle/fullview/index",
"pages/middle/sitefeedback/index",
"pages/middle/myfeedback/index",
"pages/middle/feedbackdetail/index",
"pages/middle/hot/index",
"pages/middle/sitedesign/index",
"pages/middle/vote/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "外灶村",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"usingComponents": {
"cu-custom": "colorui/components/cu-custom/cu-custom",
"t-message": "tdesign-miniprogram/message/message",
"t-icon": "tdesign-miniprogram/icon/icon"
},
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"tabBar": {
"backgroundColor": "#fff",
"color": "#333",
"selectedColor": "#fca89d",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/home/square/square",
"text": "广场",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-selected.png"
},
{
"pagePath": "pages/middle/index/index",
"text": "改造",
"iconPath": "images/middle.png",
"selectedIconPath": "images/middle-selected.png"
},
{
"pagePath": "pages/user/person/person",
"text": "我的",
"iconPath": "images/user.png",
"selectedIconPath": "images/user-selected.png"
}
]
},
"requiredPrivateInfos": [
"getLocation"
],
"permission": {
"scope.userLocation": {
"desc": "位置信息将用于定位周围点位"
}
}
}