{
"pages":[
"pages/index/index",
"pages/home/home",
"pages/logs/logs"
],
"window":{
"navigationBarBackgroundColor": "#000000",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "微信接口功能演示",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#ffffff",
"backgroundColor": "#000000",
"selectedColor": "#ffffff",
"position": "top",
"list": [
{
"pagePath": "pages/home/home",
"text": "建设",
"iconPath": "img/d.png",
"selectedIconPath": "img/d.png"
},
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "img/d.png",
"selectedIconPath": "img/d.png"
},
{
"pagePath": "pages/logs/logs",
"text": "日志",
"iconPath": "img/d.png",
"selectedIconPath": "img/d.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}