{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "pageOrientation": "auto" } }, { "path": "pages/set/set", "style": { "navigationBarTitleText": "设置域名", "enablePullDownRefresh": false, "navigationStyle": "custom", "pageOrientation": "auto" } }, // { // "path": "pages/index/index", // "style": { // "navigationBarTitleText": "uni-app" // } // } { "path": "pages/NotBegun/NotBegun", "style": { "navigationBarTitleText": "考试未开始", "enablePullDownRefresh": false, "navigationStyle": "custom", "pageOrientation": "auto" } }, { "path": "pages/Appraisal/Appraisal", "style": { "navigationBarTitleText": "测评要素", "enablePullDownRefresh": false, "navigationStyle": "custom", "pageOrientation": "auto" } }, { "path": "pages/Test/Test", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "pageOrientation": "auto" } }, { "path": "pages/Information/Information", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true, "navigationStyle": "custom", "pageOrientation": "auto" } }, { "path": "pages/system/system", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "pageOrientation": "auto" } }, { "path": "pages/Examover/Examover", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "pageOrientation": "auto" } }, { "path": "pages/Test1/Test1", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "pageOrientation": "auto" } }, { "path": "pages/Gradingrecords/Gradingrecords", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "pageOrientation": "auto" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "pageOrientation": "auto", "rpxCalcMaxDeviceWidth": 2000 } }