{
"pages":[
"pages/index/index",
"pages/logs/logs",
"pages/me/me"
],
"window":{
"navigationBarBackgroundColor": "#000000",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "师赴",
"backgroundColor": "#000",
"backgroundTextStyle": "light",
"enablePullDownRefresh": true,
"onReachBottomDistance":50
},
"tabBar":
{
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/img/index_normal.png",
"selectedIconPath": "/img/index_select.png"
},{
"pagePath":"pages/logs/logs",
"text": "日志",
"iconPath": "/img/index_normal.png",
"selectedIconPath": "/img/index_select.png"
},
{
"pagePath": "pages/me/me",
"text": "日志",
"iconPath": "/img/index_normal.png",
"selectedIconPath": "/img/index_select.png"
}],
"color": "#000000",
"selectedColor": "#ff0000",
"backgroundColor": "#9900ff00",
"borderStyle": "black",
"position":"top"
},
"networkTimeout":
{
"request": 60000,
"connectSocket": 60000,
"uploadFile": 60000,
"downloadFile": 60000
},
"debug":true
}