pages.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "uni-app"
  7. }
  8. },
  9. {
  10. "path" : "pages/myOrder/myOrder",
  11. "style" :
  12. {
  13. "navigationStyle": "custom",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path" : "pages/europeOrder/europeOrder",
  19. "style" :
  20. {
  21. "navigationStyle": "custom",
  22. "enablePullDownRefresh": true
  23. }
  24. },
  25. {
  26. "path" : "pages/europeOrder/eorderDetail",
  27. "style" :
  28. {
  29. "navigationStyle": "custom",
  30. //"navigationBarTitleText": "订单详情",
  31. "enablePullDownRefresh": true
  32. }
  33. },
  34. {
  35. "path" : "pages/myOrder/mallOrderDetail",
  36. "style" :
  37. {
  38. "navigationStyle": "custom",
  39. "enablePullDownRefresh": true
  40. }
  41. },
  42. {
  43. "path" : "pages/myOrder/paintOrderDetail",
  44. "style" :
  45. {
  46. "navigationStyle": "custom",
  47. "enablePullDownRefresh": true
  48. }
  49. }
  50. ,{
  51. "path" : "pages/myOrder/activityOrderDetail",
  52. "style" :
  53. {
  54. "navigationStyle": "custom",
  55. "enablePullDownRefresh": true
  56. }
  57. },
  58. {
  59. "path": "pages/addjk/choice",
  60. "style": {
  61. "navigationBarTitleText": "选择素材",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path" : "pages/addjk/activity",
  67. "style" :
  68. {
  69. "navigationStyle": "custom",
  70. "enablePullDownRefresh": true
  71. }
  72. },
  73. {
  74. "path": "pages/addjk/addActivity",
  75. "style": {
  76. "navigationBarTitleText": "新建活动"
  77. }
  78. },
  79. {
  80. "path": "pages/addjk/eadit",
  81. "style": {
  82. "navigationBarTitleText": "编辑内容"
  83. }
  84. },
  85. {
  86. "path": "pages/addjk/ckshop",
  87. "style": {
  88. "navigationBarTitleText": "选择门店"
  89. }
  90. },
  91. {
  92. "path": "pages/addjk/ckmusic",
  93. "style": {
  94. "navigationBarTitleText": "选择音乐"
  95. }
  96. },
  97. {
  98. "path": "pages/addjk/jkDetail",
  99. "style": {
  100. "navigationBarTitleText": "活动详情"
  101. }
  102. },
  103. {
  104. "path": "pages/addjk/signJkDetail",
  105. "style": {
  106. "navigationBarTitleText": "报名详情",
  107. "enablePullDownRefresh": true
  108. }
  109. },
  110. {
  111. "path": "pages/addjk/statistics",
  112. "style": {
  113. "navigationBarTitleText": "数据统计",
  114. "enablePullDownRefresh": true
  115. }
  116. },
  117. {
  118. "path": "pages/addjk/activityDetail",
  119. "style": {
  120. "navigationBarTitleText": "活动详情"
  121. }
  122. },
  123. {
  124. "path" : "pages/rescue/rescueOrder",
  125. "style" :
  126. {
  127. "navigationStyle": "custom",
  128. "enablePullDownRefresh": true
  129. }
  130. },{
  131. "path" : "pages/rescue/rescueOrderDetail",
  132. "style" :
  133. {
  134. "navigationStyle": "custom",
  135. "enablePullDownRefresh": true
  136. }
  137. },
  138. {
  139. "path" : "pages/wyCar/index",
  140. "style" :
  141. {
  142. "navigationStyle": "custom",
  143. "enablePullDownRefresh": true
  144. }
  145. },
  146. {
  147. "path" : "pages/wyCar/apply",
  148. "style" :
  149. {
  150. "navigationStyle": "custom",
  151. "enablePullDownRefresh": true
  152. }
  153. },
  154. {
  155. "path" : "pages/wyCar/success",
  156. "style" :
  157. {
  158. "navigationStyle": "custom",
  159. "enablePullDownRefresh": true
  160. }
  161. }
  162. ],
  163. "globalStyle": {
  164. "navigationBarTextStyle": "black",
  165. "navigationBarTitleText": "",
  166. "navigationBarBackgroundColor": "#ffffff",
  167. "backgroundColor": "#F8F8F8"
  168. },
  169. "uniIdRouter": {}
  170. }