{
"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/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#999",
"selectedColor": "#3D98FF",
"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/index/index",
"text": "通讯录"
}
]
}
}