electricity_bill_calc_wx/app.json

50 lines
1.3 KiB
JSON

{
"pages": [
"pages/home/index",
"pages/billDetail/index",
"pages/billList/index",
"pages/electricQuery/index",
"pages/rechargeRecord/index",
"pages/invoiceList/index",
"pages/invoiceDetail/index",
"pages/invoiceDetailContent/index",
"pages/invoicing/index",
"pages/member/index",
"pages/login/index",
"pages/handleLogin/index",
"pages/my/index",
"pages/waitApprove/index",
"pages/apply/index",
"pages/qrCode/index",
"pages/recharge/index",
"pages/questions/index",
"pages/editInvoice/index",
"pages/rechargeDetail/index",
"pages/agreements/index",
"pages/updateInvoice/index"
],
"tabBar": {
"list": [
{
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "/assets/tabbar/home.png",
"selectedIconPath": "/assets/tabbar/home_select.png"
},
{
"pagePath": "pages/my/index",
"text": "我的",
"iconPath": "/assets/tabbar/my.png",
"selectedIconPath": "/assets/tabbar/my_select.png"
}
]
},
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "华昌宝能用电管理",
"navigationBarBackgroundColor": "#ffffff"
},
"sitemapLocation": "sitemap.json",
"rendererOptions": {},
"lazyCodeLoading": "requiredComponents"
}