{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/go", "style": { "navigationStyle": "custom" } }, { "path": "pages/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/signIn", "style": { "navigationStyle": "custom", "app-plus": { "bounce": "none", "scrollIndicator": "none" } } }, { "path": "pages/upapp", "style": { "app-plus": { "animationDuration": 200, "animationType": "fade-in", "background": "transparent", "backgroundColorTop": "transparent", "popGesture": "none", "scrollIndicator": "none", "titleNView": false, "bounce": "none" }, "navigationStyle": "custom", "background": "transparent", "backgroundColorTop": "transparent", "disableScroll": true } }, { "path": "pages/signOut", "style": { "app-plus": { "animationDuration": 200, "animationType": "fade-in", "background": "transparent", "backgroundColorTop": "transparent", "popGesture": "none", "scrollIndicator": "none", "titleNView": false, "bounce": "none" }, "navigationStyle": "custom", "background": "transparent", "backgroundColorTop": "transparent", "disableScroll": true } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "区间测速", "navigationBarBackgroundColor": "#F8F8F8", "pageOrientation": "portrait", "app-plus": { "bounce": "none" } }, "uniIdRouter": {} }