{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/index/show", "style" : { "navigationBarTitleText" : "show", "enablePullDownRefresh" : false, "disableScroll":true, "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 } } }, { "path" : "pages/health_center/health_center", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "pages/webview/webview", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "pages/my_center/my_center", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "%navigationBarTitleText%", "navigationBarBackgroundColor": "#3f73b3", "backgroundColor": "#3f73b3", "backgroundColorBottom":"#3f73b3", "navigationStyle":"custom" // "app-plus":{ // "titleNView": { // "buttons": [{ // "fontSize": "48px", // "title":"กลับมา" // }] // } // } }, "uniIdRouter": {}, "tabBar": { "color": "#7A7E83", "selectedColor": "#000000", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/image/btns/review/dangeritem-r.png", "selectedIconPath": "static/image/btns/review/dangeritem.png", "text": "%review%" }, { "pagePath": "pages/health_center/health_center", "iconPath": "static/image/btns/health_center/videolist.png", "selectedIconPath": "static/image/btns/health_center/videolist_r.png", "text": "%health_center%" }, { "pagePath": "pages/my_center/my_center", "iconPath": "static/image/btns/my_center/gerenzhongxin.png", "selectedIconPath": "static/image/btns/my_center/gerenzhongxin_r.png", // "text": "%my_center%" "text":"ของฉัน" } ] } }