{ "pages": [ { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/reset-password/index", "style": { "navigationBarTitleText": "重置密码" } }, { "path": "pages/change-password/index", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "消息", "navigationStyle": "custom" } }, { "path": "pages/chat/index", "style": { "navigationBarTitleText": "聊天", "navigationStyle": "custom" } }, { "path": "pages/contacts/index", "style": { "navigationBarTitleText": "通讯录", "navigationStyle": "custom" } }, { "path": "pages/contact-detail/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/app-center/index", "style": { "navigationBarTitleText": "应用中心", "navigationStyle": "custom" } }, { "path": "pages/search-center/index", "style": { "navigationBarTitleText": "搜索", "navigationStyle": "custom" } }, { "path": "pages/profile/index", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "pages/webview/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } } ], "tabBar": { "color": "#999999", "selectedColor": "#259653", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "消息", "iconPath": "static/icons/tab-message.png", "selectedIconPath": "static/icons/tab-message-active.png" }, { "pagePath": "pages/contacts/index", "text": "通讯录", "iconPath": "static/icons/tab-contacts.png", "selectedIconPath": "static/icons/tab-contacts-active.png" }, { "pagePath": "pages/app-center/index", "text": "应用中心", "iconPath": "static/icons/tab-app.png", "selectedIconPath": "static/icons/tab-app-active.png" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "韫珠IM", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }