pages.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/Login/Login",
  5. "style" : {
  6. "navigationStyle": "custom",
  7. "disableScroll": true
  8. }
  9. },
  10. {
  11. "path" : "pages/Login/loginWeixin",
  12. "style" : {
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path" : "pages/Charts/mainStatistics",
  18. "style" : {
  19. "navigationBarTitleText":"首页"
  20. // "disableScroll": true
  21. // "enablePullDownRefresh": true
  22. }
  23. },
  24. {
  25. "path" : "pages/Setting/Setting",
  26. "style" : {
  27. "navigationBarTitleText":"机器设置",
  28. // "disableScroll": true,
  29. "enablePullDownRefresh": true
  30. }
  31. },
  32. {
  33. "path" : "pages/Setting/singleStatistics",
  34. "style" : {
  35. "navigationBarTitleText":"单机统计",
  36. // "disableScroll": true,
  37. "enablePullDownRefresh": true
  38. }
  39. },
  40. {
  41. "path" : "pages/Setting/cleanRule",
  42. "style" : {
  43. "navigationBarTitleText":"清洗规则",
  44. // "disableScroll": true,
  45. "enablePullDownRefresh": true
  46. }
  47. },
  48. {
  49. "path" : "pages/Setting/pay",
  50. "style" : {
  51. "navigationBarTitleText":"支付",
  52. // "disableScroll": true,
  53. "enablePullDownRefresh": true
  54. }
  55. },
  56. {
  57. "path" : "pages/Setting/parameters",
  58. "style" : {
  59. "navigationBarTitleText":"参数类型",
  60. // "disableScroll": true,
  61. "enablePullDownRefresh": true
  62. }
  63. },
  64. {
  65. "path" : "pages/Setting/generalParameters",
  66. "style" : {
  67. "navigationBarTitleText":"通用参数",
  68. // "disableScroll": true,
  69. "enablePullDownRefresh": true
  70. }
  71. },
  72. {
  73. "path" : "pages/Setting/advancedParameters",
  74. "style" : {
  75. "navigationBarTitleText":"进阶参数",
  76. // "disableScroll": true,
  77. "enablePullDownRefresh": true
  78. }
  79. },
  80. {
  81. "path" : "pages/Setting/dayPay",
  82. "style" : {
  83. "navigationBarTitleText":"按日支付",
  84. // "disableScroll": true,
  85. "enablePullDownRefresh": true
  86. }
  87. },
  88. {
  89. "path" : "pages/Setting/timesPay",
  90. "style" : {
  91. "navigationBarTitleText":"按次数支付",
  92. // "disableScroll": true,
  93. "enablePullDownRefresh": true
  94. }
  95. },
  96. {
  97. "path" : "pages/User/user",
  98. "style" : {
  99. "navigationBarTitleText":"我的"
  100. }
  101. },
  102. {
  103. "path" : "pages/User/promoCode",
  104. "style" : {
  105. "navigationBarTitleText":"优惠码"
  106. }
  107. },
  108. {
  109. "path" : "pages/User/buyPromo",
  110. "style" : {
  111. "navigationBarTitleText":"购买优惠码"
  112. }
  113. },
  114. {
  115. "path" : "pages/User/equipmentName",
  116. "style" : {
  117. "navigationBarTitleText":"修改设备名称"
  118. }
  119. },
  120. // {
  121. // "path": "pages/Charts/elseStatistics",
  122. // "style": {
  123. // "navigationBarTitleText": "统计图表"
  124. // }
  125. // },
  126. // {
  127. // "path": "pages/Charts/equipmentStatistics",
  128. // "style": {
  129. // "navigationBarTitleText": "销售排行"
  130. // }
  131. // }
  132. {
  133. "path" : "pages/WeixinSwicth/WeixinSwicth",
  134. "style" : {
  135. // "navigationStyle": "custom",
  136. "navigationBarTitleText": "微信绑定",
  137. "menuSrc":"static/img/leftTriangle.png",
  138. "enablePullDownRefresh": true
  139. // "disableScroll": true
  140. }
  141. }
  142. ,{
  143. "path" : "pages/Setting/saoma",
  144. "style" : {
  145. "navigationBarTitleText": "扫码"
  146. }
  147. }
  148. ],
  149. "globalStyle": {
  150. "navigationBarTextStyle": "white",
  151. "navigationBarTitleText": "",
  152. "navigationBarBackgroundColor": "#206DC3",
  153. "backgroundColor": "#F8F8F8",
  154. "animationType":"slide-in-right",
  155. "animationDuration":200
  156. },
  157. "tabBar": {
  158. "color": "#7A7E83",
  159. "selectedColor": "#007AFF",
  160. "borderStyle": "black",
  161. "backgroundColor": "#F8F8F8",
  162. "list": [{
  163. "pagePath": "pages/Charts/mainStatistics",
  164. "iconPath": "static/img/home.png",
  165. "selectedIconPath": "static/img/homeHL.png",
  166. "text": "首页"
  167. },
  168. // {
  169. // "pagePath": "pages/User/merchantList",
  170. // "iconPath": "static/img/merchantList.png",
  171. // "selectedIconPath": "static/img/merchantListHL.png",
  172. // "text": "机器销售"
  173. // },
  174. // {
  175. // "pagePath": "pages/Charts/equipmentStatistics",
  176. // "iconPath": "static/img/equipmentSratisticsList.png",
  177. // "selectedIconPath": "static/img/equipmentSratisticsListHL.png",
  178. // "text": "机器排行"
  179. // },
  180. // {
  181. // "pagePath": "pages/User/equipmentStatusList",
  182. // "iconPath": "static/img/equipment.png",
  183. // "selectedIconPath": "static/img/equipmentHL.png",
  184. // "text": "机器状态"
  185. // },
  186. {
  187. "pagePath": "pages/Setting/Setting",
  188. "iconPath": "static/img/equipment.png",
  189. "selectedIconPath": "static/img/equipmentHL.png",
  190. "text": "机器设置"
  191. },
  192. {
  193. "pagePath": "pages/User/user",
  194. "iconPath": "static/img/user.png",
  195. "selectedIconPath": "static/img/userHL.png",
  196. "text": "我的"
  197. }
  198. ]
  199. }
  200. }