{ "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" // "navigationStyle": "custom", // "backgroundColor": "transparent", } } }, { "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": "uni_modules/uni-feedback/pages/opendb-feedback/list", "style": { "navigationBarTitleText": "常见问题" } }, { "path": "uni_modules/uni-feedback/pages/opendb-feedback/add", "style": { "navigationBarTitleText": "问题反馈" } }, { "path": "uni_modules/uni-feedback/pages/opendb-feedback/detail", "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": "uni_modules/uni-id-users/pages/uni-id-users/edit", // "path": "pages/ucenter/edit/edit", "style": { "navigationBarTitleText": "编辑资料" } }, { "path": "pages/ucenter/edit/uploadCutImageToUnicloud", "style": { "navigationStyle": "custom" } }, { "path": "uni_modules/uni-login-page/pages/pwd-login/pwd-login", "style": { "navigationBarTitleText": "" } }, { "path": "uni_modules/uni-login-page/pages/pwd-retrieve/pwd-retrieve", "style": { "navigationBarTitleText": "" } }, { "path": "uni_modules/uni-login-page/pages/phone-code/phone-code", "style": { "navigationBarTitleText": "" } }, { "path": "pages/ucenter/help/help", "style": { "navigationBarTitleText": "帮助", "enablePullDownRefresh": false } } ,{ "path" : "pages/test/test", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/common/webview/webview", "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" }, { "path": "pages/test/test" }, { "path":"pages/ucenter/settings/settings" } ], "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": "我的" }] } }