{
“pages”:[
“pages/index/index”,
“pages/logs/logs”,
“pages/home/home”
],
“window”:{
“backgroundTextStyle”:“light”,
“navigationBarBackgroundColor”: “#jjj”,
“navigationBarTitleText”: “茶语”,
“navigationBarTextStyle”:“black”
},
“tabBar”: {
“color”:“red”,
“selectedColor”: “#f10b2e”,
“list”: [
{
“pagePath”: “pages/index/index”,
“iconPath”: “imges/icon2.png”,
“selectedIconPath”: “imges/icon2s.png”,
“text”: “首页”
},
{
“pagePath”: “pages/logs/logs”,
“iconpath”: “imges/icon1.png”,
“selectedIconPath”: “imges/icon1s.png”,
“text”: “清单”
},
{
“pagePath”: “pages/home/home”,
“iconpath”: “imges/icon3.png”,
“selectedIconPath”: “imges/icon3s.png”,
“text”: “联系”
}
]
},
“networkTimeout”: {
“request”: 10000,
“downloadFile”: 10000
},
“debug”: true
}