{ "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/article/detail", "style": { "navigationBarTitleText": "资讯详情", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/agree/register", "style": { "navigationBarTitleText": "注册协议", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/agree/privacy", "style": { "navigationBarTitleText": "隐私政策", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/agree/recharge", "style": { "navigationBarTitleText": "充值协议", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/notice/detail", "style": { "navigationBarTitleText": "公告详情", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/mine/modify", "style": { "navigationBarTitleText": "修改信息", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/group/create", "style": { "navigationBarTitleText": "创建群聊", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/group/chat", "style": { "navigationBarTitleText": "群聊", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/group/index", "style": { "navigationBarTitleText": "群聊消息", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/information/index", "style": { "navigationBarTitleText": "信息市场", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/group/list", "style": { "navigationBarTitleText": "群聊列表", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/card/index", "style": { "navigationBarTitleText": "名片列表", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/card/detail", "style": { "navigationBarTitleText": "名片", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/mine/card", "style": { "navigationBarTitleText": "我的名片", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/card/complaint", "style": { "navigationBarTitleText": "举报", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/mine/information", "style": { "navigationBarTitleText": "信息中心", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/information/publish", "style": { "navigationBarTitleText": "发布信息", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/custom/index", "style": { "navigationBarTitleText": "在线咨询", "navigationStyle": "custom", "enablePullDownRefresh": true } } ], "globalStyle": { "navigationBarTitleText": "", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#44A2FF", "backgroundColor": "#44A2FF", "backgroundColorTop": "#44A2FF", "backgroundColorBottom": "#F4F5F6", "h5": { "maxWidth": 1190, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#44A2FF" } }, "tabBar": { "color": "#D4D4D4", "selectedColor": "#333333", "borderStyle": "white", "backgroundColor": "#fff", "list": [{ "pagePath": "pages/index/index", "text": "首页", "iconPath": "/static/icons/home.png", "selectedIconPath": "/static/icons/home-active.png" }, { "pagePath": "pages/custom/index", "text": "在线咨询", "iconPath": "/static/icons/custom.png", "selectedIconPath": "/static/icons/custom-active.png" }, { "pagePath": "pages/mine/index", "text": "我的", "iconPath": "/static/icons/mine.png", "selectedIconPath": "/static/icons/mine-active.png" } ] } }