pages.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "修文农业云公共服务系统",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/complaints/index",
  15. "style": {
  16. "navigationBarTitleText": "质量安全投诉"
  17. }
  18. },
  19. {
  20. "path": "pages/complaints/details/index",
  21. "style": {
  22. "navigationBarTitleText": "质量安全投诉"
  23. }
  24. },
  25. {
  26. "path": "pages/meteorological/index",
  27. "style": {
  28. "navigationBarTitleText": "气象服务"
  29. }
  30. },
  31. {
  32. "path": "pages/regulations/index",
  33. "style": {
  34. "navigationBarTitleText": "政策法规"
  35. }
  36. },
  37. {
  38. "path": "pages/regulations/details/index",
  39. "style": {
  40. "navigationBarTitleText": "政策法规"
  41. }
  42. },
  43. {
  44. "path": "pages/experts/index",
  45. "style": {
  46. "navigationBarTitleText": "农技专家"
  47. }
  48. },
  49. {
  50. "path": "pages/notice/index",
  51. "style": {
  52. "navigationBarTitleText": "通知公告"
  53. }
  54. },
  55. {
  56. "path": "pages/notice/details/index",
  57. "style": {
  58. "navigationBarTitleText": "通知公告"
  59. }
  60. },
  61. {
  62. "path": "pages/monitoring/index",
  63. "style": {
  64. "navigationBarTitleText": "监测信息"
  65. }
  66. },
  67. {
  68. "path": "pages/monitoring/details/index",
  69. "style": {
  70. "navigationBarTitleText": "监测信息"
  71. }
  72. },
  73. {
  74. "path": "pages/experts/modal/index",
  75. "style": {
  76. "navigationBarTitleText": "专家咨询"
  77. }
  78. },
  79. {
  80. "path": "pages/experts/modal/details",
  81. "style": {
  82. "navigationBarTitleText": "专家咨询"
  83. }
  84. },
  85. {
  86. "path": "pages/results/index",
  87. "style": {
  88. "navigationBarTitleText": "结果页面"
  89. }
  90. }
  91. ],
  92. "globalStyle": {
  93. "navigationBarTextStyle": "black",
  94. "navigationBarTitleText": "修文农业云公共服务系统",
  95. "navigationBarBackgroundColor": "#FFFFFF",
  96. "backgroundColor": "#F7F8F9"
  97. }
  98. }