{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/go", "style": { "navigationStyle": "custom" } }, { "path": "pages/subNVue/camera", "style": { "navigationStyle": "custom" } }, { "path": "pages/index", "style": { "navigationStyle": "custom", "app-plus":{ "subNVues": [{ "id": "hkcamera", // 唯一标识 "path": "pages/subNVue/camera" // 页面路径 }] } } }, { "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": "uni_modules/rt-uni-update/components/rt-uni-update/rt-uni-update", "style": { "app-plus": { "animationDuration": 200, "animationType": "fade-in", "background": "transparent", "backgroundColorTop": "transparent", "popGesture": "none", "scrollIndicator": false, "titleNView": false }, "disableScroll": true } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "区间测速", "navigationBarBackgroundColor": "#F8F8F8", "pageOrientation": "portrait" }, "uniIdRouter": {} }