forked from RebeccaHanjw/weapp-wechat-zhihu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
42 lines (41 loc) · 1.06 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
{
"pages":[
"pages/index/index",
"pages/shengyin/discovery",
"pages/more/more"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#0068C4",
"navigationBarTitleText": "智能多模态检测系统",
"navigationBarTextStyle":"white",
"enablePullDownRefresh":true
},
"tabBar": {
"color": "#626567",
"selectedColor": "#2A8CE5",
"backgroundColor": "#FBFBFB",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index",
"text": "视觉",
"iconPath": "images/index.png",
"selectedIconPath": "images/隐患事件.png"
}, {
"pagePath": "pages/shengyin/discovery",
"text": "声音",
"iconPath": "images/报警分析.png",
"selectedIconPath": "images/discovery_focus.png"
}, {
"pagePath": "pages/more/more",
"text": "我的",
"iconPath": "images/值班人员.png",
"selectedIconPath": "images/burger_focus.png"
}]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}