{ "pages": [ { "path": "pages/index/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "相宜相亲", "enablePullDownRefresh": false } }, { "path": "pages/message/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "消息" } }, { "path": "pages/message/system", "style": { "navigationStyle": "custom", "navigationBarTitleText": "系统消息" } }, { "path": "pages/mine/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的" } }, { "path": "pages/profile/edit", "style": { "navigationStyle": "custom", "navigationBarTitleText": "填写资料" } }, { "path": "pages/profile/personal", "style": { "navigationStyle": "custom", "navigationBarTitleText": "个人资料", "disableScroll": true } }, { "path": "pages/profile/detail", "style": { "navigationStyle": "custom", "navigationBarTitleText": "详情资料" } }, { "path": "pages/profile/preview", "style": { "navigationBarTitleText": "资料预览" } }, { "path": "pages/chat/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "聊天" } }, { "path": "pages/search/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "搜索" } }, { "path": "pages/search/result", "style": { "navigationStyle": "custom", "navigationBarTitleText": "搜索结果" } }, { "path": "pages/member/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "会员中心" } }, { "path": "pages/realname/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "实名认证" } }, { "path": "pages/interact/viewedMe", "style": { "navigationStyle": "custom", "navigationBarTitleText": "看过我" } }, { "path": "pages/interact/myViewed", "style": { "navigationBarTitleText": "我看过的" } }, { "path": "pages/interact/favoritedMe", "style": { "navigationStyle": "custom", "navigationBarTitleText": "收藏我" } }, { "path": "pages/interact/myFavorite", "style": { "navigationBarTitleText": "我收藏的" } }, { "path": "pages/interact/unlockedMe", "style": { "navigationStyle": "custom", "navigationBarTitleText": "解锁我" } }, { "path": "pages/interact/myUnlocked", "style": { "navigationBarTitleText": "我解锁的" } }, { "path": "pages/login/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "登录" } }, { "path": "pages/agreement/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "协议" } }, { "path": "pages/butler/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "联系我们" } }, { "path": "pages/display/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "详情" } }, { "path": "pages/webview/index", "style": { "navigationBarTitleText": "详情" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "相宜相亲", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#999999", "selectedColor": "#FF6B6B", "borderStyle": "black", "backgroundColor": "#FFFFFF", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home_s.png" }, { "pagePath": "pages/message/index", "text": "消息", "iconPath": "static/tabbar/message.png", "selectedIconPath": "static/tabbar/message_s.png" }, { "pagePath": "pages/mine/index", "text": "我的", "iconPath": "static/tabbar/me.png", "selectedIconPath": "static/tabbar/me_s.png" } ] }, "uniIdRouter": {} }