app.json 1.05 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
{
"pages": [
"pages/home/home",
"pages/Setting/Setting",
"pages/PersonalInfo/PersonalInfo",
"pages/checkTabList/checkTabList",
"pages/feedback/feedback",
"pages/mySaved/mySaved",
"pages/CheckReport/CheckReport",
"pages/articleLists/articleLists",
"pages/SearchPage/SearchPage",
"pages/login/login",
"pages/inspectionReport/inspectionReport",
"pages/doctor_detail/doctor_detail",
"pages/doctorList/doctorList",
"pages/hospital_detail/hospital_detail",
"pages/doctor/doctor",
"pages/hospitalList/hospitalList",
"pages/childcare_knowledge_detail/childcare_knowledge_detail",
"pages/system_notifacations/system_notifacations",
"pages/vipService/vipService",
"pages/childcare_knowledge/childcare_knowledge",
"pages/CompleteTouristInfo/CompleteTouristInfo",
"pages/Register/Register"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "孕婴助手",
"navigationBarTextStyle": "black"
}
}