{ "pages": [ { "path": "pages/home/index", "style": { "navigationBarTitleText": "租房", "enablePullDownRefresh": true, //配置后,可以下拉刷新,上拉加载` "onReachBottomDistance": 100 } }, { "path": "pages/auth/index", "style": { "navigationBarTitleText": "微信登录", "navigationStyle":"custom" } }, { "path": "pages/login/index", "style": { "navigationStyle":"default" } }, { "path": "pages/discover-detail/index", "style": { "navigationBarTitleText": "发现详情", "navigationStyle":"default" } }, { "path": "pages/discover/index", "style": { "navigationBarTitleText": "发现", "enablePullDownRefresh": true, //配置后,可以下拉刷新,上拉加载` "onReachBottomDistance": 100 } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "我的", "navigationStyle":"default", "navigationBarBackgroundColor": "#1EC77A", "navigationBarTextStyle": "white" } }, { "path": "pages/message/index", "style": { "navigationBarTitleText": "消息" } }, { "path": "pages/apply/index", "style": { "navigationBarTitleText": "申请" } } ], "subPackages": [ { "root": "pages_subpack", "pages": [ { "path": "category/index", "style": { "navigationBarTitleText": "分类" } }, { "path": "broker-account/index", "style": { "navigationBarTitleText": "经纪人账号" } }, { "path": "detail/index", "style": { "navigationBarTitleText": "详情" } }, { "path": "release/index", "style": { "navigationBarTitleText": "发布" } }, { "path": "broker/index", "style": { "navigationBarTitleText": "经纪人" } }, { "path": "homeowner/index", "style": { "navigationBarTitleText": "房东" } }, { "path": "success/index", "style": { "navigationBarTitleText": "登录成功" } }, { "path": "house/index", "style": { "navigationBarTitleText": "房屋发布" } }, { "path": "realname/index", "style": { "navigationBarTitleText": "实名认证" } }, { "path": "successful/index", "style": { "navigationBarTitleText": "申请成功" } }, { "path": "broker-apply/index", "style": { "navigationBarTitleText": "经纪人申请", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "notice/index", "style": { "navigationBarTitleText": "公告", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "successful-apply/index", "style": { "navigationBarTitleText": "提示", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "version/index", "style": { "navigationBarTitleText": "提示", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "broker-center/index", "style": { "navigationBarTitleText": "经纪人中心", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "landlord-center/index", "style": { "navigationBarTitleText": "房东中心", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } } ] } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "租房", "navigationBarBackgroundColor": "#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": "我的" } ] }, "uniIdRouter": {} }