This repository was archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.31 KB
/
Copy pathapp.json
File metadata and controls
53 lines (53 loc) · 1.31 KB
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
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/admin/admin",
"pages/privacy/privacy"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "自助贴贴墙",
"backgroundTextStyle": "black",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#F5F6FA",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#7F8389",
"selectedColor": "#0097E6",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tabbar/icon-home.png",
"selectedIconPath": "images/tabbar/icon-home-selected.png",
"text": "提交订单"
},
{
"pagePath": "pages/admin/admin",
"iconPath": "images/tabbar/icon-admin.png",
"selectedIconPath": "images/tabbar/icon-admin-selected.png",
"text":"查看订单"
},
{
"pagePath": "pages/logs/logs",
"iconPath": "images/tabbar/icon-log.png",
"selectedIconPath": "images/tabbar/icon-log-selected.png",
"text": "相关与反馈"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"debug": false,
"groupIdList": [
"421976351"
],
"usingComponents": {
}
}