{ "pages": [ { "path": "pages/login/login", "style": { "navigationStyle": "custom" } }, { "path": "pages/register/register", "style": { "navigationStyle": "custom" } }, { "path": "pages/home/home", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/properties/properties", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/property-add/property-add", "style": { "navigationStyle": "custom" } }, { "path": "pages/property-detail/property-detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/apartments/apartments", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/apartment-add/apartment-add", "style": { "navigationStyle": "custom" } }, { "path": "pages/apartment-detail/apartment-detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/rooms/rooms", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/room-detail/room-detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/room-add/room-add", "style": { "navigationStyle": "custom" } }, { "path": "pages/renters/renters", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/renter-detail/renter-detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/renter-add/renter-add", "style": { "navigationStyle": "custom" } }, { "path": "pages/rentals/rentals", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/rental-detail/rental-detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/rental-add/rental-add", "style": { "navigationStyle": "custom" } }, { "path": "pages/add-record/add-record", "style": { "navigationStyle": "custom" } }, { "path": "pages/bills/bills", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/bill-detail/bill-detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/bill-add/bill-add", "style": { "navigationStyle": "custom" } }, { "path": "pages/meter-readings/meter-readings", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/meter-reading-add/meter-reading-add", "style": { "navigationStyle": "custom" } }, { "path": "pages/stats/stats", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/profile/profile", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/profile-edit/profile-edit", "style": { "navigationStyle": "custom" } }, { "path": "pages/settings/settings", "style": { "navigationStyle": "custom" } }, { "path": "pages/settings/categories", "style": { "navigationStyle": "custom" } }, { "path": "pages/billing/billing-center", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/billing/plan-select", "style": { "navigationStyle": "custom" } }, { "path": "pages/billing/order-list", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/billing/order-detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/billing/payment-record", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "RentEase", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8FAFC" }, "tabBar": { "color": "#94A3B8", "selectedColor": "#667eea", "backgroundColor": "#FFFFFF", "borderStyle": "white", "list": [ { "pagePath": "pages/home/home", "text": "首页", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png" }, { "pagePath": "pages/properties/properties", "text": "房源", "iconPath": "static/tabbar/property.png", "selectedIconPath": "static/tabbar/property-active.png" }, { "pagePath": "pages/add-record/add-record", "text": "添加", "iconPath": "static/tabbar/add.png", "selectedIconPath": "static/tabbar/add-active.png" }, { "pagePath": "pages/stats/stats", "text": "统计", "iconPath": "static/tabbar/stats.png", "selectedIconPath": "static/tabbar/stats-active.png" }, { "pagePath": "pages/profile/profile", "text": "我的", "iconPath": "static/tabbar/profile.png", "selectedIconPath": "static/tabbar/profile-active.png" } ] }, "condition": {} }