{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/index/show", "style" : { "navigationBarTitleText" : "show", "enablePullDownRefresh" : false, "disableScroll":false, "app-plus":{ "bounce": "none",/*app禁止回弹*/ "popGesture":false } } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "心脑检测", "enablePullDownRefresh" : true, "backgroundColor":"#648EB8", "disableSwipeBack":true, "navigationStyle": "custom", "app-plus": { "bounce": true, "popGesture":true, "pullToRefresh": { "support": true, "style": "circle", "color": "#648EB8", "contentdown": { "caption": "" }, "contentover": { "caption": "" }, "contentrefresh": { "caption": "" } } } } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "登录", "enablePullDownRefresh" : false, "disableScroll":false, "app-plus":{ "bounce": "none",/*app禁止回弹*/ "popGesture":false } } }, { "path" : "pages/register/register", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false, "app-plus":{ "bounce": "none",/*app禁止回弹*/ "popGesture":false } } }, { "path" : "pages/member/member", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "pages/member/add", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "pages/report/report", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "pages/topic/common", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false }, "app-plus":{ "bounce": "none",/*app禁止回弹*/ "popGesture":false } }, { "path" : "pages/topic/selectage", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false }, "app-plus":{ "bounce": "none",/*app禁止回弹*/ "popGesture":false } }, { "path" : "pages/topic/selectsex", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false }, "app-plus":{ "bounce": "none",/*app禁止回弹*/ "popGesture":false } }, { "path" : "pages/topic/selectcanvas", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false }, "app-plus":{ "bounce": "none",/*app禁止回弹*/ "popGesture":false } }, { "path" : "pages/topic/selectsbp", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false }, "app-plus":{ "bounce": "none",/*app禁止回弹*/ "popGesture":false } }, { "path" : "pages/topic/selectwaistline", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false }, "app-plus":{ "bounce": "none",/*app禁止回弹*/ "popGesture":false } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "心脑检测", "navigationBarBackgroundColor": "#648EB8", "backgroundColor": "#648EB8", "backgroundColorBottom":"#648EB8" // "app-plus":{ // "bounce": "none",/*app禁止回弹*/ // "popGesture":false // } }, "uniIdRouter": {} }