pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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. "enablePullDownRefresh": true,
  11. // #ifdef H5
  12. "navigationStyle": "custom",
  13. // #endif
  14. "onReachBottomDistance": 100
  15. }
  16. },
  17. {
  18. "path": "pages/flow/flow",
  19. "style": {
  20. "navigationBarTitleText": "流量卡",
  21. // #ifdef H5
  22. "navigationStyle": "custom",
  23. // #endif
  24. "enablePullDownRefresh": false
  25. }
  26. },
  27. {
  28. "path": "pages/flowDetails/flowDetails",
  29. "style": {
  30. "navigationBarTitleText": "流量卡",
  31. // #ifdef H5
  32. "navigationStyle": "custom",
  33. // #endif
  34. "enablePullDownRefresh": false
  35. }
  36. }, {
  37. "path": "pages/orderQuery/orderQuery",
  38. "style": {
  39. "navigationBarTitleText": "订单查询",
  40. "enablePullDownRefresh": false
  41. }
  42. }
  43. , {
  44. "path": "pages/payment/payment",
  45. "style": {
  46. "navigationBarTitleText": "订单详情",
  47. "enablePullDownRefresh": false
  48. }
  49. }, {
  50. "path": "pages/flowOrder/flowOrder",
  51. "style": {
  52. "navigationBarTitleText": "订单查询",
  53. // #ifdef H5
  54. "navigationStyle": "custom",
  55. // #endif
  56. "enablePullDownRefresh": false
  57. // "navigationStyle":"custom"
  58. }
  59. }, {
  60. "path": "pages/flowOrderList/flowOrderList",
  61. "style": {
  62. "navigationBarTitleText": "订单查询",
  63. "enablePullDownRefresh": false
  64. }
  65. }, {
  66. "path": "pages/PaySuccess/PaySuccess",
  67. "style": {
  68. "navigationBarTitleText": "支付失败",
  69. "enablePullDownRefresh": false
  70. }
  71. }, {
  72. "path": "pages/flowOrderDetails/flowOrderDetails",
  73. "style": {
  74. "navigationBarTitleText": "订单详情",
  75. "enablePullDownRefresh": false
  76. }
  77. }, {
  78. "path": "pages/footList/footList",
  79. "style": {
  80. "navigationBarTitleText": "我的足记",
  81. "enablePullDownRefresh": false
  82. }
  83. }, {
  84. "path": "pages/Message/Message",
  85. "style": {
  86. "navigationBarTitleText": "",
  87. "enablePullDownRefresh": false
  88. }
  89. }, {
  90. "path": "pages/webview/webview",
  91. "style": {
  92. "navigationBarTitleText": "",
  93. "enablePullDownRefresh": false
  94. }
  95. }
  96. ],
  97. "subPackages": [{
  98. "root": "pageA",
  99. "pages": [{
  100. "path": "complaint/complaint",
  101. "style": {
  102. "navigationBarTitleText": "投诉建议",
  103. "enablePullDownRefresh": false
  104. }
  105. },
  106. {
  107. "path": "identity/identity",
  108. "style": {
  109. "navigationBarTitleText": "身份认证",
  110. // #ifdef H5
  111. "navigationStyle": "custom",
  112. // #endif
  113. "enablePullDownRefresh": false
  114. }
  115. },
  116. {
  117. "path": "cooperation/cooperation",
  118. "style": {
  119. // #ifdef H5
  120. "navigationStyle": "custom",
  121. // #endif
  122. "navigationBarTitleText": "商务合作",
  123. "enablePullDownRefresh": false
  124. }
  125. },
  126. {
  127. "path": "customized/customized",
  128. "style": {
  129. "navigationBarTitleText": "定制号码",
  130. "enablePullDownRefresh": false
  131. }
  132. },
  133. {
  134. "path": "orderSuccess/orderSuccess",
  135. "style": {
  136. "navigationBarTitleText": "付款成功",
  137. // #ifdef H5
  138. "navigationStyle": "custom",
  139. // #endif
  140. "enablePullDownRefresh": false
  141. }
  142. },
  143. {
  144. "path": "order/order",
  145. "style": {
  146. // #ifdef H5
  147. "navigationStyle": "custom",
  148. // #endif
  149. "enablePullDownRefresh": false
  150. }
  151. }, {
  152. "path": "orderList/orderList",
  153. "style": {
  154. // #ifdef H5
  155. "navigationStyle": "custom",
  156. // #endif
  157. "navigationBarTitleText": "订单查询",
  158. "enablePullDownRefresh": false
  159. }
  160. }
  161. ]
  162. }],
  163. "preloadRule": {
  164. "pages/index/index": {
  165. "network": "all",
  166. "packages": ["pageA"] //包名称
  167. }
  168. },
  169. "globalStyle": {
  170. "navigationBarTextStyle": "white",
  171. "navigationBarTitleText": "手机靓号",
  172. "navigationBarBackgroundColor": "#D52E4C",
  173. "backgroundColor": "#F8F8F8",
  174. "maxWidth": 400,
  175. "rpxCalcMaxDeviceWidth": 400,
  176. "rpxCalcBaseDeviceWidth": 400,
  177. "rpxCalcIncludeWidth": 400
  178. },
  179. "uniIdRouter": {}
  180. }