pages.json 2.1 KB

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