wx电子地图
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pages.json 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "lazyCodeLoading": "requiredComponents",
  3. "pages": [{
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "医保办事机构查询预约",
  7. "enablePullDownRefresh": false,
  8. "allowsBounceVertical": "NO",
  9. "navigationStyle": "custom",
  10. "navigationBarBackgroundColor": "#4D85F4",
  11. "navigationBarTextStyle": "white"
  12. }
  13. },
  14. {
  15. "path": "pages/index/MeInfo",
  16. "style": {
  17. "navigationBarTitleText": "医保办事机构查询预约",
  18. "enablePullDownRefresh": true,
  19. "navigationBarBackgroundColor": "#4D85F4",
  20. "navigationBarTextStyle": "white"
  21. }
  22. },
  23. {
  24. "path": "pages/index/MeCate",
  25. "style": {
  26. "navigationBarTitleText": "详情",
  27. "enablePullDownRefresh": true,
  28. "navigationBarBackgroundColor": "#4D85F4",
  29. "navigationBarTextStyle": "white"
  30. }
  31. },
  32. {
  33. "path": "pages/index/queryMedicine",
  34. "style": {
  35. "navigationBarTitleText": "药品比价",
  36. "enablePullDownRefresh": true,
  37. "navigationBarBackgroundColor": "#ffffff",
  38. "navigationBarTextStyle": "black"
  39. }
  40. },
  41. {
  42. "path": "pages/index/sale",
  43. "style": {
  44. "navigationBarTitleText": "药品比价",
  45. "enablePullDownRefresh": true,
  46. "navigationBarBackgroundColor": "#ffffff",
  47. "navigationBarTextStyle": "black"
  48. }
  49. },
  50. {
  51. "path": "pages/index/Make",
  52. "style": {
  53. "navigationBarTitleText": "预约",
  54. "enablePullDownRefresh": true,
  55. "navigationBarBackgroundColor": "#4D85F4",
  56. "navigationBarTextStyle": "white"
  57. }
  58. },
  59. {
  60. "path": "pages/index/MeDesc",
  61. "style": {
  62. "navigationBarTitleText": "医保办事机构查询预约",
  63. "enablePullDownRefresh": true,
  64. "navigationBarBackgroundColor": "#4D85F4",
  65. "navigationBarTextStyle": "white"
  66. }
  67. },
  68. {
  69. "path": "pages/index/search",
  70. "style": {
  71. "navigationBarTitleText": "医保服务机构搜索",
  72. "enablePullDownRefresh": false,
  73. "navigationBarBackgroundColor": "#4D85F4",
  74. "navigationBarTextStyle": "white"
  75. }
  76. },
  77. {
  78. "path": "pages/user/index/index",
  79. "style": {
  80. "navigationBarTitleText": "个人中心",
  81. "enablePullDownRefresh": false,
  82. "navigationBarBackgroundColor": "#4D85F4",
  83. "navigationBarTextStyle": "white"
  84. }
  85. },
  86. {
  87. "path": "pages/index/query",
  88. "style": {
  89. "navigationBarTitleText": "查询",
  90. "enablePullDownRefresh": false,
  91. "navigationBarBackgroundColor": "#4D85F4",
  92. "navigationBarTextStyle": "white"
  93. }
  94. },
  95. {
  96. "path": "pages/user/index/setting",
  97. "style": {
  98. "navigationBarTitleText": "个人中心",
  99. "enablePullDownRefresh": false,
  100. "navigationBarBackgroundColor": "#ffffff",
  101. "navigationBarTextStyle": "black"
  102. }
  103. },
  104. {
  105. "path": "pages/user/index/makeRecord",
  106. "style": {
  107. "navigationBarTitleText": "预约记录",
  108. "enablePullDownRefresh": false,
  109. "navigationBarBackgroundColor": "#ffffff",
  110. "navigationBarTextStyle": "black"
  111. }
  112. },
  113. {
  114. "path": "pages/user/index/about",
  115. "style": {
  116. "navigationBarTitleText": "关于平台",
  117. "enablePullDownRefresh": false,
  118. "navigationBarBackgroundColor": "#ffffff",
  119. "navigationBarTextStyle": "black"
  120. }
  121. },
  122. {
  123. "path": "pages/user/index/feedBack",
  124. "style": {
  125. "navigationBarTitleText": "意见反馈",
  126. "enablePullDownRefresh": false,
  127. "navigationBarBackgroundColor": "#ffffff",
  128. "navigationBarTextStyle": "black"
  129. }
  130. }
  131. ],
  132. "globalStyle": {
  133. "navigationBarTextStyle": "black",
  134. "navigationBarTitleText": "医保办事机构查询预约",
  135. "navigationBarBackgroundColor": "#F8F8F8",
  136. "backgroundColor": "#F8F8F8"
  137. },
  138. "uniIdRouter": {}
  139. }