{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false } }, { "path": "pages/DDexemption/DDexemption", "style": { "navigationBarTitleText": "智慧校园", "enablePullDownRefresh": false } }, // #ifdef H5 { "path": "pages/error/404", "style": { "navigationBarTitleText": "Not Found" } }, // #endif { "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup", "style": { "app-plus": { "animationDuration": 200, "animationType": "fade-in", "background": "transparent", "backgroundColorTop": "transparent", "popGesture": "none", "scrollIndicator": false, "titleNView": false }, "disableScroll": true } }, { "path": "pages/home/home", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },{ "path": "pages/studentRanked/studentRanked", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },{ "title" : "座位调整", "path": "pages/studentRanked/studentRankedChange", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },{ "path": "pages/studentRanked/tag", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },{ "path": "pages/studentTab/studentTab", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "pageOrientation": "portrait", "navigationBarTitleText": "Hello uniapp", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#007AFF", "backgroundColor": "#F8F8F8", "backgroundColorTop": "#F4F5F6", "backgroundColorBottom": "#F4F5F6", "mp-360": { "navigationStyle": "custom" }, "h5": { "maxWidth": 1190, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F1F1F1" } } }