{
“pages”:[
“pages/index/index”,
“pages/logs/logs”
],
“window”:{
“backgroundTextStyle”:“light”,
“navigationBarBackgroundColor”: “#fff”,
“navigationBarTitleText”: “上海翼推”,
“navigationBarTextStyle”: “black”,
“backgroundColor”: “#eeeeee”,
“enablePullDownRefresh”: false
},
“tabBar”:{
“list”:[{
“pagePath”: “pages/index/index”,
“text”:“首页”,
“iconPath”:“utils/image/shou.png”,
“selectsdIconPath”:“utils/image/shou1.png”
},{
“pagePath”:“pages/logs/logs”,
“text”:“日志”,
“iconPath”: “utils/image/rizhi.png”,
“selectsdIconPath”: “utils/image/rizhi1.png”
}]
},
“networkTimeout”:{
“request”:100000,
“downloadFile”:10000
},
“debug”:true
}