electricity_bill_calc_wx/app.json

41 lines
897 B
JSON

{
"pages": [
"pages/login/index",
"pages/questions/index",
"pages/meterList/index",
"pages/rechargeRecord/index",
"pages/my/index",
"pages/home/index",
"pages/recharge/index",
"pages/index/index"
],
"tabBar": {
"list": [
{
"pagePath": "pages/home/index",
"text": "首页"
},
{
"pagePath": "pages/my/index",
"text": "我的"
}
]
},
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Weixin",
"navigationBarBackgroundColor": "#ffffff"
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"renderer": "skyline",
"rendererOptions": {
"skyline": {
"defaultContentBox": true,
"defaultDisplayBlock": true
}
},
"disableScroll": true,
"navigationStyle": "custom"
}