{ "pages": [{ "path": "pages/list/list", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "列表" } }, { "path":"pages/grid/grid", "style":{ "navigationBarTitleText": "宫格" } }, { "path": "pages/search/search", "style": { "navigationBarTitleText": "" } }, { "path": "pages/list/detail", "style": { "app-plus": { "titleNView": { "buttons": [{ "type": "share" }], "type": "transparent" } }, "h5": { "titleNView": { "buttons": [], "type": "transparent" } }, "navigationBarTitleText": "文章详情" } }, { "path": "pages/ucenter/ucenter", "style":{ "navigationBarTitleText": "个人中心", "navigationBarBackgroundColor":"#2F85FC", "navigationBarTextStyle":"white" } },{ "path":"pages/login/login", "style":{ "navigationBarTitleText":"登录" } },{ "path":"pages/reg/reg", "style":{ "navigationBarTitleText":"注册" } },{ "path":"pages/uni-feedback/uni-feedback", "style":{ "navigationBarTitleText":"问题反馈" } } ,{ "path" : "pages/about/about", "style" : { "navigationBarTitleText": "关于" } },{ "path" : "pages/agree-list/agree-list", "style" : { "navigationBarTitleText": "政策与协议" } } ,{ "path" : "pages/agree-list/privacy/privacy", "style" : { "navigationBarTitleText": "隐私政策" } } ,{ "path" : "pages/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/settings/settings", "style" : { "navigationBarTitleText": "设置" } } ,{ "path" : "pages/ucenter/edit/edit", "style" : { "navigationBarTitleText": "编辑资料" } },{ "path":"pages/ucenter/edit/uploadCutImageToUnicloud", "style":{ "navigationStyle":"custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "base-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#007AFF", "borderStyle": "black", "backgroundColor": "#F8F8F8", "list": [{ "pagePath": "pages/list/list", "text": "列表" }, { "pagePath": "pages/grid/grid", "text": "宫格" }, { "pagePath": "pages/ucenter/ucenter", "text": "我的" }] } }