123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "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"
- }
- }
- }
|