{ "pages": [{ "path": "pages/index/index", "style": { "enablePullDownRefresh": true, "navigationStyle": "custom", "navigationBarTitleText": "首页" } }, { "path": "pages/public/register", "style": { "navigationBarTitleText": "注册", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/public/login", "style": { "navigationBarTitleText": "登录", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/user/team", "style": { "navigationBarTitleText": "我的团队", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/public/wxLogin", "style": { "navigationBarTitleText": "微信登录", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/public/forget", "style": { "navigationBarTitleText": "忘记密码", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/set/set", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/set/bjq", "style": { "navigationBarTitleText": "" } }, { "path": "pages/set/phone", "style": { "navigationBarTitleText": "实名认证" } }, { "path": "pages/set/userinfo", "style": { "navigationBarTitleText": "修改资料" } }, { "path": "pages/set/setinfo", "style": { "navigationBarTitleText": "修改资料" } }, { "path": "pages/cart/zmt", "style": { "navigationBarTitleText": "自媒体" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/category/funeng", "style": { "navigationBarTitleText": "企业赋能" } }, { "path": "pages/redirect/redirect", "style": { "navigationBarTitleText": "微信登录跳转页面", "app-plus": { "titleNView": false } } }, { "path": "pages/user/shareQrCode", "style": { "navigationBarTitleText": "邀请好友" } }, { "path": "pages/user/mymsg", "style": { "navigationBarTitleText": "消息" } }, { "path": "pages/user/dyjj", "style": { "navigationBarTitleText": "订阅号简介" } }, { "path": "pages/user/mydy", "style": { "navigationBarTitleText": "我的订阅" } }, { "path": "pages/user/dydetail", "style": { "navigationBarTitleText": "订阅号详情" } }, { "path": "pages/user/joinMedia", "style": { "navigationBarTitleText": "加入" } }, { "path": "pages/user/mypl", "style": { "navigationBarTitleText": "我的评论" } }, { "path": "pages/user/registerMember", "style": { "navigationBarTitleText": "企业注册", "navigationBarTextStyle": "white" } }, { "path": "pages/user/article", "style": { "navigationBarTitleText": "文章详情", "enablePullDownRefresh": false } }, { "path": "pages/index/searchZmt", "style": { "navigationBarTitleText": "自媒体查询", "enablePullDownRefresh": false } }, { "path": "pages/index/searchArt", "style": { "navigationBarTitleText": "文章查询", "enablePullDownRefresh": false } }, { "path": "pages/meeting/meeting", "style": { "navigationBarTitleText": "会议详情", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "台州互联融媒体", "navigationStyle": "custom", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#f8f8f8" }, "tabBar": { "color": "#C0C4CC", "selectedColor": "#000000", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabBar/tab-home.png", "selectedIconPath": "static/tabBar/tab-home-current.png", "text": "首页" }, { "pagePath": "pages/category/funeng", "iconPath": "static/tabBar/tab-cate.png", "selectedIconPath": "static/tabBar/tab-cate-current.png", "text": "企业赋能" }, { "pagePath": "pages/cart/zmt", "iconPath": "static/tabBar/tab-cart.png", "selectedIconPath": "static/tabBar/tab-cart-current.png", "text": "自媒体" }, { "pagePath": "pages/user/user", "iconPath": "static/tabBar/tab-my.png", "selectedIconPath": "static/tabBar/tab-my-current.png", "text": "我的" } ] } }