app.json
872 Bytes
{
"pages": [
"pages/monitor/monitor",
"pages/home/home"
],
"tabBar": {
"color": "#323241",
"selectedColor": "#0057C4",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/monitor/monitor",
"text": "监控",
"iconPath": "./img/monitor.png",
"selectedIconPath": "./img/monitorSelected.png"
},
{
"pagePath": "pages/home/home",
"text": "我的",
"iconPath": "./img/home.png",
"selectedIconPath": "./img/homeSelected.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"navigationStyle": "custom",
"enablePullDownRefresh": true
},
"usingComponents": {
},
"componentFramework": "glass-easel",
"lazyCodeLoading": "requiredComponents"
}