pages.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "疫情隔离政策查询",
  7. "app-plus": {
  8. "titleNView": false
  9. }
  10. }
  11. },
  12. {
  13. "path": "pages/index/index2",
  14. "style": {
  15. "navigationBarTitleText": "疫情隔离政策查询1.0",
  16. "app-plus": {
  17. "titleNView": false
  18. }
  19. }
  20. },
  21. {
  22. "path": "pages/index/query",
  23. "style": {
  24. "navigationBarTitleText": "全国中高风险地区查询",
  25. "app-plus": {
  26. "titleNView": false
  27. }
  28. }
  29. },
  30. {
  31. "path": "pages/index/index1",
  32. "style": {
  33. "navigationBarTitleText": "疫情隔离政策查询",
  34. "app-plus": {
  35. "titleNView": false
  36. }
  37. }
  38. },
  39. {
  40. "path": "pages/index/image",
  41. "style": {
  42. "navigationBarTitleText": "疫情隔离政策查询",
  43. "app-plus": {
  44. "titleNView": false
  45. }
  46. }
  47. },
  48. {
  49. "path": "pages/index/detail",
  50. "style": {
  51. "navigationBarTitleText": "政策详情",
  52. "app-plus": {
  53. "titleNView": false
  54. }
  55. }
  56. },
  57. {
  58. "path": "pages/index/share",
  59. "style": {
  60. "navigationBarTitleText": "通知分享",
  61. "app-plus": {
  62. "titleNView": false
  63. }
  64. }
  65. },
  66. {
  67. "path": "pages/index/follow",
  68. "style": {
  69. "navigationBarTitleText": "关注公众号",
  70. "app-plus": {
  71. "titleNView": false
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/index/feedBack",
  77. "style": {
  78. "navigationBarTitleText": "信息反馈",
  79. "app-plus": {
  80. "titleNView": false
  81. }
  82. }
  83. }
  84. ],
  85. "globalStyle": {
  86. "navigationBarTextStyle": "black",
  87. "navigationBarTitleText": "uni-app",
  88. "navigationBarBackgroundColor": "#FFFFFF",
  89. "backgroundColor": "#FFFFFF"
  90. }
  91. }