pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "enablePullDownRefresh": true,
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/service",
  13. "style": {
  14. "navigationBarTitleText": "服务区",
  15. "enablePullDownRefresh": false
  16. }
  17. },
  18. {
  19. "path": "pages/my",
  20. "style": {
  21. "navigationBarTitleText": "我的",
  22. "enablePullDownRefresh": false,
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/questionnaire",
  28. "style": {
  29. "navigationBarTitleText": "问卷调查",
  30. "enablePullDownRefresh": false,
  31. "navigationStyle": "custom"
  32. }
  33. }
  34. ],
  35. "subPackages": [
  36. {
  37. "root": "base",
  38. "pages": [
  39. {
  40. "path": "suggest/index",
  41. "style": {
  42. "navigationBarTitleText": "投诉建议",
  43. "enablePullDownRefresh": false
  44. }
  45. },
  46. {
  47. "path": "suggest/record",
  48. "style": {
  49. "navigationBarTitleText": "反馈历史",
  50. "enablePullDownRefresh": true
  51. }
  52. },
  53. {
  54. "path": "suggest/suggest",
  55. "style": {
  56. "navigationBarTitleText": "投诉建议",
  57. "enablePullDownRefresh": false
  58. }
  59. },
  60. {
  61. "path": "travel/tips",
  62. "style": {
  63. "navigationBarTitleText": "出行提示",
  64. "enablePullDownRefresh": false
  65. }
  66. },
  67. {
  68. "path": "shop/index",
  69. "style": {
  70. "navigationBarTitleText": "精选商家",
  71. "enablePullDownRefresh": false
  72. }
  73. },
  74. {
  75. "path": "shop/meal",
  76. "style": {
  77. "navigationBarTitleText": "我要吃饭",
  78. "enablePullDownRefresh": false
  79. }
  80. },
  81. {
  82. "path": "shop/details",
  83. "style": {
  84. "navigationBarTitleText": "详情",
  85. "enablePullDownRefresh": false
  86. }
  87. },
  88. {
  89. "path": "common/spot",
  90. "style": {
  91. "navigationBarTitleText": "景点",
  92. "enablePullDownRefresh": false
  93. }
  94. },
  95. {
  96. "path": "common/join",
  97. "style": {
  98. "navigationBarTitleText": "招商加盟",
  99. "enablePullDownRefresh": false
  100. }
  101. },
  102. {
  103. "path": "common/refuel",
  104. "style": {
  105. "navigationBarTitleText": "我要加油",
  106. "enablePullDownRefresh": false
  107. }
  108. },
  109. {
  110. "path": "common/charge",
  111. "style": {
  112. "navigationBarTitleText": "我要充电",
  113. "enablePullDownRefresh": false
  114. }
  115. },
  116. {
  117. "path": "common/repair",
  118. "style": {
  119. "navigationBarTitleText": "我要修车",
  120. "enablePullDownRefresh": false
  121. }
  122. },
  123. {
  124. "path": "common/driversHome",
  125. "style": {
  126. "navigationBarTitleText": "司机之家",
  127. "enablePullDownRefresh": false
  128. }
  129. },
  130. {
  131. "path": "common/nursingRoom",
  132. "style": {
  133. "navigationBarTitleText": "母婴室",
  134. "enablePullDownRefresh": false
  135. }
  136. }
  137. ]
  138. }
  139. ],
  140. "easycom": {
  141. "autoscan": true,
  142. "custom": {
  143. "^u-(.*)": "@/uni_modules/vk-uview-ui/components/u-$1/u-$1.vue",
  144. "^Hy(.*)": "@/components/Hy$1.vue"
  145. }
  146. },
  147. "globalStyle": {
  148. "navigationBarTextStyle": "black",
  149. "navigationBarTitleText": "沈海高速",
  150. "navigationBarBackgroundColor": "#fff",
  151. "backgroundColor": "#fff"
  152. },
  153. "tabBar": {
  154. "color": "#333",
  155. "selectedColor": "#2064d1",
  156. "backgroundColor": "#fff",
  157. "borderStyle": "white",
  158. "list": [
  159. {
  160. "text": "首页",
  161. "pagePath": "pages/index",
  162. "iconPath": "static/images/home.png",
  163. "selectedIconPath": "static/images/home_active.png"
  164. },
  165. {
  166. "text": "服务区",
  167. "pagePath": "pages/service",
  168. "iconPath": "static/images/service.png",
  169. "selectedIconPath": "static/images/service_active.png"
  170. },
  171. {
  172. "text": "我的",
  173. "pagePath": "pages/my",
  174. "iconPath": "static/images/my.png",
  175. "selectedIconPath": "static/images/my_active.png"
  176. }
  177. ]
  178. }
  179. }