forked from zclizc/Work
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
32 lines (32 loc) · 773 Bytes
/
Copy pathapp.json
File metadata and controls
32 lines (32 loc) · 773 Bytes
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
{
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于显示地图"
}
},
"usingComponents": {},
"pages": [
"pages/index/index",
"pages/login/login",
"pages/register/register",
"pages/profile/profile",
"pages/learning/learning",
"pages/signIn/signIn",
"pages/chooseLocation/chooseLocation"
],
"window": {
"navigationBarTitleText": "学习小程序",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f5f5",
"backgroundTextStyle": "light"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
}
}