pages.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
  4. "^ui-(.*)": "@/components/ui/ui-$1.vue"
  5. },
  6. "pages": [
  7. // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  8. {
  9. "path": "pages/login/login",
  10. "style": {
  11. "navigationBarTitleText": "登录",
  12. "enablePullDownRefresh": false
  13. }
  14. },
  15. {
  16. "path": "pages/DDexemption/DDexemption",
  17. "style": {
  18. "navigationBarTitleText": "智慧校园",
  19. "enablePullDownRefresh": false
  20. }
  21. },
  22. // #ifdef H5
  23. {
  24. "path": "pages/error/404",
  25. "style": {
  26. "navigationBarTitleText": "Not Found"
  27. }
  28. },
  29. // #endif
  30. {
  31. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
  32. "style": {
  33. "app-plus": {
  34. "animationDuration": 200,
  35. "animationType": "fade-in",
  36. "background": "transparent",
  37. "backgroundColorTop": "transparent",
  38. "popGesture": "none",
  39. "scrollIndicator": false,
  40. "titleNView": false
  41. },
  42. "disableScroll": true
  43. }
  44. },
  45. {
  46. "path": "pages/home/home",
  47. "style": {
  48. "navigationBarTitleText": "",
  49. "enablePullDownRefresh": false
  50. }
  51. },{
  52. "path": "pages/studentRanked/studentRanked",
  53. "style": {
  54. "navigationBarTitleText": "",
  55. "enablePullDownRefresh": false
  56. }
  57. },{
  58. "title" : "座位调整",
  59. "path": "pages/studentRanked/studentRankedChange",
  60. "style": {
  61. "navigationBarTitleText": "",
  62. "enablePullDownRefresh": false
  63. }
  64. },{
  65. "path": "pages/studentRanked/tag",
  66. "style": {
  67. "navigationBarTitleText": "",
  68. "enablePullDownRefresh": false
  69. }
  70. },{
  71. "path": "pages/studentTab/studentTab",
  72. "style": {
  73. "navigationBarTitleText": "",
  74. "enablePullDownRefresh": false
  75. }
  76. },{
  77. "path": "pages/error/400",
  78. "style": {
  79. "navigationBarTitleText": "",
  80. "enablePullDownRefresh": false
  81. }
  82. }
  83. ],
  84. "globalStyle": {
  85. "pageOrientation": "portrait",
  86. "navigationBarTitleText": "Hello uniapp",
  87. "navigationBarTextStyle": "white",
  88. "navigationBarBackgroundColor": "#007AFF",
  89. "backgroundColor": "#F8F8F8",
  90. "backgroundColorTop": "#F4F5F6",
  91. "backgroundColorBottom": "#F4F5F6",
  92. "mp-360": {
  93. "navigationStyle": "custom"
  94. },
  95. "h5": {
  96. "maxWidth": 1190,
  97. "navigationBarTextStyle": "black",
  98. "navigationBarBackgroundColor": "#F1F1F1"
  99. }
  100. }
  101. }