forked from zeegb/ihospital-weapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
34 lines (34 loc) · 858 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
33
34
{
"pages":[
"pages/index/index",
"pages/logs/logs",
"pages/register/register",
"pages/department/department",
"pages/doctor/doctor",
"pages/schedule/schedule"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#3CA0FF",
"navigationBarTitleText": "网络医院",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color": "#b0b0b0",
"selectedColor": "#3CA0FF",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "images/shouye.png",
"selectedIconPath": "images/shouye-pressed.png",
"text": "首页"
}, {
"pagePath": "pages/logs/logs",
"iconPath": "images/me.png",
"selectedIconPath": "images/me-pressed.png",
"text": "我的"
}]
},
"debug": true
}