pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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/meteorological/modal/details",
  33. "style": {
  34. "navigationBarTitleText": "气象服务"
  35. }
  36. },
  37. {
  38. "path": "pages/regulations/index",
  39. "style": {
  40. "navigationBarTitleText": "政策法规"
  41. }
  42. },
  43. {
  44. "path": "pages/regulations/details/index",
  45. "style": {
  46. "navigationBarTitleText": "政策法规"
  47. }
  48. },
  49. {
  50. "path": "pages/experts/index",
  51. "style": {
  52. "navigationBarTitleText": "农技专家"
  53. }
  54. },
  55. {
  56. "path": "pages/notice/index",
  57. "style": {
  58. "navigationBarTitleText": "通知公告"
  59. }
  60. },
  61. {
  62. "path": "pages/notice/details/index",
  63. "style": {
  64. "navigationBarTitleText": "通知公告"
  65. }
  66. },
  67. {
  68. "path": "pages/monitoring/index",
  69. "style": {
  70. "navigationBarTitleText": "监测信息"
  71. }
  72. },
  73. {
  74. "path": "pages/monitoring/details/index",
  75. "style": {
  76. "navigationBarTitleText": "监测信息"
  77. }
  78. },
  79. {
  80. "path": "pages/experts/modal/index",
  81. "style": {
  82. "navigationBarTitleText": "专家咨询"
  83. }
  84. },
  85. {
  86. "path": "pages/experts/modal/details",
  87. "style": {
  88. "navigationBarTitleText": "专家咨询"
  89. }
  90. },
  91. {
  92. "path": "pages/results/index",
  93. "style": {
  94. "navigationBarTitleText": "结果页面"
  95. }
  96. }
  97. ],
  98. "globalStyle": {
  99. "navigationBarTextStyle": "black",
  100. "navigationBarTitleText": "修文农业云公共服务系统",
  101. "navigationBarBackgroundColor": "#FFFFFF",
  102. "backgroundColor": "#F7F8F9"
  103. }
  104. }