{ "pages": [ { "path": "pages/NEUIKit/pages/Conversation/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/NEUIKit/pages/Chat/index", "style": { "navigationBarBackgroundColor": "#F6F8FA", "navigationBarTextStyle": "black", "navigationStyle": "custom", "enablePullDownRefresh": false, "app-plus": { "softinputNavBar": "none", "bounce": "none" } } }, { "path": "pages/index/index", "style": { } }, { "path": "pages/persion/index", "style": { } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#f5f5f5", "backgroundColorTop": "#f5f5f5", "backgroundColorBottom": "#f5f5f5" }, "tabBar": { "backgroundColor": "#F6F8FA", "color": "#999999", "selectedColor": "#337EFF", "height": "60px", "list": [ { "text": "首页", "pagePath": "pages/index/index", "iconPath": "static/YX_IMG/me.png", "selectedIconPath": "static/YX_IMG/me-selected.png" }, { "text": "消息", "iconPath": "static/YX_IMG/conversation.png", "selectedIconPath": "static/YX_IMG/conversation-selected.png", "pagePath": "pages/NEUIKit/pages/Conversation/index" }, { "text": "我的", "pagePath": "pages/persion/index", "iconPath": "static/YX_IMG/me.png", "selectedIconPath": "static/YX_IMG/me-selected.png" } ] } }