{ "pages": [ { "path": "pages/Conversation/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/Login/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/Chat/message/p2p-set", "style": { "navigationStyle": "custom" } }, { "path": "pages/Group/group-set/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/Group/group-set/group-info-edit", "style": { "navigationStyle": "custom" } }, { "path": "pages/Contact/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/Contact/contact-list/group-list", "style": { "navigationStyle": "custom" } }, { "path": "pages/Contact/contact-list/valid-list", "style": { "navigationStyle": "custom" } }, { "path": "pages/Contact/contact-list/black-list", "style": { "navigationStyle": "custom" } }, { "path": "pages/Chat/index", "style": { "navigationBarBackgroundColor": "#F6F8FA", "navigationBarTextStyle": "black", "navigationStyle": "custom", "enablePullDownRefresh": false, "app-plus": { "softinputNavBar": "none", "bounce": "none" } } }, { "path": "pages/Chat/video-play", "style": { "navigationStyle": "custom" } }, { "path": "pages/Group/group-member/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/Group/group-create/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/Group/group-add/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/Friend/add-friend/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/user-card/friend/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/user-card/my/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/user-card/my/setting", "style": { "navigationStyle": "custom" } }, { "path": "pages/user-card/my-detail/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/user-card/detail-item/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/Group/group-set/nick-in-team", "style": { "navigationStyle": "custom" } }, { "path": "pages/Group/group-set/group-manage", "style": { "navigationStyle": "custom" } }, { "path": "pages/Group/group-set/transform-team", "style": { "navigationStyle": "custom" } }, { "path": "pages/Group/group-set/group-manager-list", "style": { "navigationStyle": "custom" } }, { "path": "pages/Group/group-set/add-group-manager", "style": { "navigationStyle": "custom" } }, { "path": "pages/Chat/forward", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black" }, "tabBar": { "backgroundColor": "#F6F8FA", "color": "#999999", "selectedColor": "#337EFF", "height": "60px", "list": [ { "text": "%messageText%", "iconPath": "static/conversation.png", "selectedIconPath": "static/conversation-selected.png", "pagePath": "pages/Conversation/index" }, { "text": "%cantactsText%", "iconPath": "static/contact.png", "selectedIconPath": "static/contact-selected.png", "pagePath": "pages/Contact/index" }, { "text": "%mineText%", "pagePath": "pages/user-card/my/index", "iconPath": "static/me.png", "selectedIconPath": "static/me-selected.png" } ] } }