app.json 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
{
"pages": [
"pages/home/home",
"pages/index/index",
"pages/fnSubscribeDocument/fnSubscribeDocument",
"pages/doctorList/doctorList",
"pages/doctor/doctor",
"pages/articleDetail/articleDetail",
"pages/hospitalDetail/hospitalDetail",
"pages/login/login",
"pages/folicAcid/folicAcid",
"pages/cancerCheck/cancerCheck",
"pages/report_first/report_first",
"pages/premaritalCheckup/premaritalCheckup",
"pages/premaritalReport/premaritalReport",
"pages/eugenics/eugenics",
"pages/mine/mine"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#999",
"selectedColor": "#FF8EA9",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [
{
"selectedIconPath": "/source/imageSource/doctorIcon.png",
"iconPath": "/source/imageSource/doctorIcon.png",
"pagePath": "pages/home/home",
"text": "้ฆ–้กต"
},
{
"selectedIconPath": "/source/imageSource/doctorIcon.png",
"iconPath": "/source/imageSource/doctorIcon.png",
"pagePath": "pages/mine/mine",
"text": "ๆˆ‘็š„"
}
]
}
}