{ "pages": [{ "path": "pages/list/list", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/list/news-list", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/grid/grid", "style": { "navigationStyle": "custom" } }, { "path": "uni_modules/uni-login-page/pages/index/index", "style": { "navigationBarTitleText": "", "app-plus": { "animationType": "none", "popGesture": "none", "titleNView": { "buttons": [{ "text": "帮助", "type": "none", "fontSize": "16px", "width": "60px" }] } } } // "navigationBarTitleText": "", // "navigationBarBackgroundColor": "#FFFFFF", }, { "path": "pages/list/search/search", "style": { "navigationStyle": "custom" } }, { "path": "pages/list/detail", "style": { "app-plus": { "titleNView": { "buttons": [{ "type": "share" }], "type": "transparent" } }, "h5": { "titleNView": { "buttons": [], "type": "transparent" } }, "navigationBarTitleText": "文章详情" } }, { "path": "pages/ucenter/ucenter", "style": { "navigationStyle": "custom" } }, { "path": "pages/ucenter/uni-feedback/uni-feedback", "style": { "navigationBarTitleText": "问题反馈" } }, { "path": "pages/ucenter/about/about", "style": { "navigationBarTitleText": "关于" } }, { "path": "pages/ucenter/agree-list/agree-list", "style": { "navigationBarTitleText": "政策与协议" } }, { "path": "pages/ucenter/agree-list/privacy/privacy", "style": { "navigationBarTitleText": "隐私政策" } }, { "path": "pages/ucenter/agree-list/service/service", "style": { "navigationBarTitleText": "服务协议" } }, { "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup", "style": { "disableScroll": true, "app-plus": { "backgroundColorTop": "transparent", "background": "transparent", "titleNView": false, "scrollIndicator": false, "popGesture": "none", "animationType": "fade-in", "animationDuration": 200 } } }, { "path": "pages/ucenter/settings/settings", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/ucenter/edit/edit", "style": { "navigationBarTitleText": "编辑资料" } }, { "path": "pages/ucenter/edit/uploadCutImageToUnicloud", "style": { "navigationStyle": "custom" } }, { "path": "uni_modules/uni-login-page/pages/index/pwd-login", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": { "buttons": [{ "text": "帮助", "type": "none", "fontSize": "16px", "width": "60px" }] } } } }, { "path": "uni_modules/uni-login-page/pages/index/pwd-retrieve", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": { "buttons": [{ "text": "帮助", "type": "none", "fontSize": "16px", "width": "60px" }] } } } }, { "path": "uni_modules/uni-login-page/pages/index/phone-code", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": { "buttons": [{ "text": "帮助", "type": "none", "fontSize": "16px", "width": "60px" }] } } } }, { "path": "pages/ucenter/help/help", "style": { "navigationBarTitleText": "帮助", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "base-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8F8F8" }, "condition": { "list": [{ "path": "uni_modules/uni-login-page/pages/index/index", "style": { "navigationBarTitleText": "", "app-plus": { "animationType": "none", "popGesture": "none", "titleNView": { "buttons": [{ "text": "帮助", "type": "none", "fontSize": "16px", "width": "60px" }] } } } }], "current": 0 }, "tabBar": { "color": "#7A7E83", "selectedColor": "#007AFF", "borderStyle": "black", "backgroundColor": "#FFFFFF", "list": [{ "pagePath": "pages/list/list", "iconPath": "static/tabbar/list.png", "selectedIconPath": "static/tabbar/list_active.png", "text": "列表" }, { "pagePath": "pages/grid/grid", "iconPath": "static/tabbar/grid.png", "selectedIconPath": "static/tabbar/grid_active.png", "text": "宫格" }, { "pagePath": "pages/ucenter/ucenter", "iconPath": "static/tabbar/me.png", "selectedIconPath": "static/tabbar/me_active.png", "text": "我的" }] } }