{ "pages": [ "pages/home/index", "pages/auth/index", "pages/login/index", "pages/discover/index", "pages/user/index", "pages/message/index", "pages/apply/index" ], "subPackages": [ { "root": "pages_subpack", "pages": [ "category/index", "detail/index", "release/index", "broker/index", "homeowner/index", "success/index", "house/index", "realname/index", "successful/index" ] } ], "window": { "navigationBarTextStyle": "white", "navigationBarTitleText": "租房", "navigationBarBackgroundColor": "#1EC77A", "backgroundColor": "#1EC77A" }, "tabBar": { "color": "#666666", "selectedColor": "#1EC77A", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/home/index", "iconPath": "static/bar/home.png", "selectedIconPath": "static/bar/home_selected.png", "text": "首页" }, { "pagePath": "pages/discover/index", "iconPath": "static/bar/find.png", "selectedIconPath": "static/bar/find_selected.png", "text": "发现" }, { "pagePath": "pages/user/index", "iconPath": "static/bar/user.png", "selectedIconPath": "static/bar/user_selected.png", "text": "我的" } ] }, "usingComponents": {} }