{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom", "enablePullDownRefresh" : false, "app-plus": { "titleNView": false } } }, { "path": "pages/index/index", "style": { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/exam/exam", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/examDetails/examDetails", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/print/print", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/subjectSelect/subjectSelect", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/questions/questions", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/quesDetail/quesDetail", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/printSetting/printSetting", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/setting/setting", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/task/task", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/taskDetails/taskDetails", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "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/IClicker/IClicker", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/networkPrint/networkPrint", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/testPage/testPage", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } }, { "path" : "pages/printNew/printNew", "style" : { "navigationStyle": "custom", "app-plus": { "titleNView": false } } } ], "globalStyle": { "navigationStyle": "custom", "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "rpxCalcMaxDeviceWidth": 960, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960 "rpxCalcBaseDeviceWidth": 960, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375 "rpxCalcIncludeWidth": 750 // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750 }, "uniIdRouter": {}, "condition" : { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 } ] } }