-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathapp.json
32 lines (32 loc) · 894 Bytes
/
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
{
"pages": [
"pages/location/splash/splash",
"pages/location/event/event",
"pages/location/event/poster/poster",
"pages/location/event/action/action",
"pages/location/event/schedule/schedule",
"pages/location/location",
"pages/location/category/category",
"pages/location/select-city/select-city"
],
"window": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "豆瓣同城",
"backgroundColor": "#f8f8f8",
"backgroundTextStyle": "light",
"enablePullDownRefresh": false
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"sitemapLocation": "sitemap.json"
}