-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
35 lines (33 loc) · 895 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
35
{
"pages": [
"pages/grant/grant",
"pages/index/index",
"pages/doctor-data/doctor-data",
"pages/patient-data/patient-data",
"pages/users/users",
"pages/patient/patient",
"pages/doctor/doctor",
"pages/choose/choose",
"pages/shop/shop",
"pages/patient-my/patient-my",
"pages/trends/trends",
"pages/trend/trend",
"pages/problem/problem",
"pages/doctor-my/doctor-my",
"pages/rock1/rock1",
"pages/rock2/rock2",
"pages/rock3/rock3",
"pages/choose_base/choose_base",
"pages/arecord/arecord",
"pages/chatting/chatting",
"pages/chatting_doctor/chatting_doctor"
],
"window": {
"backgroundColor": "#f6f6f6",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#f6f6f6",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json"
}