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.

197 lines
5.5 KiB

8 months ago
8 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationStyle": "custom",
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/login/mobile",
  11. "style": {
  12. "navigationBarTitleText": "登陆"
  13. }
  14. },
  15. {
  16. "path": "pages/mine/serverTime",
  17. "style": {
  18. "navigationBarTitleText": ""
  19. }
  20. },
  21. {
  22. "path": "pages/login/login",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/index/order",
  29. "style": {
  30. "navigationStyle": "custom",
  31. "navigationBarTitleText": "订单",
  32. "navigationBarTextStyle": "black",
  33. "navigationBarBackgroundColor": "white"
  34. }
  35. },
  36. {
  37. "path": "pages/index/center",
  38. "style": {
  39. "navigationStyle": "custom",
  40. "navigationBarTitleText": "我的"
  41. }
  42. },
  43. {
  44. "path": "pages/mine/nodes",
  45. "style": {
  46. "navigationBarTitleText": "",
  47. "navigationBarTextStyle": "white",
  48. "navigationBarBackgroundColor": "#4899a6"
  49. }
  50. },
  51. {
  52. "path": "pages/mine/recharge",
  53. "style": {
  54. "navigationBarTitleText": "",
  55. "navigationBarTextStyle": "white",
  56. "navigationBarBackgroundColor": "#4899a6"
  57. }
  58. },
  59. {
  60. "path": "pages/mine/settled",
  61. "style": {
  62. "navigationBarTitleText": "",
  63. "navigationBarTextStyle": "white",
  64. "navigationBarBackgroundColor": "#4899a6"
  65. }
  66. },
  67. {
  68. "path": "pages/mine/wallet",
  69. "style": {
  70. "navigationBarTitleText": "",
  71. "navigationBarTextStyle": "white",
  72. "navigationBarBackgroundColor": "#4299a9"
  73. }
  74. },
  75. {
  76. "path": "pages/mine/upload",
  77. "style": {
  78. "navigationBarTitleText": "",
  79. "navigationBarTextStyle": "black",
  80. "navigationBarBackgroundColor": "white"
  81. }
  82. },
  83. {
  84. "path": "pages/order/orderDetail",
  85. "style": {
  86. "navigationBarTitleText": "",
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/order/evaluate",
  92. "style": {
  93. "navigationBarTitleText": "",
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "pages/mine/distribution",
  99. "style": {
  100. "navigationBarTitleText": "",
  101. "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "pages/mine/authentication",
  106. "style": {
  107. "navigationBarTitleText": ""
  108. }
  109. },
  110. {
  111. "path": "pages/mine/runningWater",
  112. "style": {
  113. "navigationBarTitleText": ""
  114. }
  115. },
  116. {
  117. "path": "pages/mine/countdown",
  118. "style": {
  119. "navigationBarTitleText": ""
  120. }
  121. }
  122. ],
  123. "globalStyle": {
  124. "navigationBarTextStyle": "black",
  125. "navigationBarTitleText": "anmo.com",
  126. "navigationBarBackgroundColor": "#F8F8F8",
  127. "backgroundColor": "#F8F8F8",
  128. "navigationStyle": "custom",
  129. "usingComponents": {
  130. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  131. "van-area": "/wxcomponents/vant/area/index",
  132. "van-button": "/wxcomponents/vant/button/index",
  133. "van-card": "/wxcomponents/vant/card/index",
  134. "van-cell": "/wxcomponents/vant/cell/index",
  135. "van-cell-group": "/wxcomponents/vant/cell-group/index",
  136. "van-checkbox": "/wxcomponents/vant/checkbox/index",
  137. "van-checkbox-group": "/wxcomponents/vant/checkbox-group/index",
  138. "van-col": "/wxcomponents/vant/col/index",
  139. "van-dialog": "/wxcomponents/vant/dialog/index",
  140. "van-field": "/wxcomponents/vant/field/index",
  141. "van-goods-action": "/wxcomponents/vant/goods-action/index",
  142. "van-goods-action-icon": "/wxcomponents/vant/goods-action-icon/index",
  143. "van-goods-action-button": "/wxcomponents/vant/goods-action-button/index",
  144. "van-icon": "/wxcomponents/vant/icon/index",
  145. "van-loading": "/wxcomponents/vant/loading/index",
  146. "van-nav-bar": "/wxcomponents/vant/nav-bar/index",
  147. "van-notice-bar": "/wxcomponents/vant/notice-bar/index",
  148. "van-notify": "/wxcomponents/vant/notify/index",
  149. "van-panel": "/wxcomponents/vant/panel/index",
  150. "van-popup": "/wxcomponents/vant/popup/index",
  151. "van-progress": "/wxcomponents/vant/progress/index",
  152. "van-radio": "/wxcomponents/vant/radio/index",
  153. "van-radio-group": "/wxcomponents/vant/radio-group/index",
  154. "van-row": "/wxcomponents/vant/row/index",
  155. "van-search": "/wxcomponents/vant/search/index",
  156. "van-slider": "/wxcomponents/vant/slider/index",
  157. "van-stepper": "/wxcomponents/vant/stepper/index",
  158. "van-steps": "/wxcomponents/vant/steps/index",
  159. "van-submit-bar": "/wxcomponents/vant/submit-bar/index",
  160. "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index",
  161. "van-switch": "/wxcomponents/vant/switch/index",
  162. "van-tab": "/wxcomponents/vant/tab/index",
  163. "van-tabs": "/wxcomponents/vant/tabs/index",
  164. "van-tabbar": "/wxcomponents/vant/tabbar/index",
  165. "van-tabbar-item": "/wxcomponents/vant/tabbar-item/index",
  166. "van-tag": "/wxcomponents/vant/tag/index",
  167. "van-toast": "/wxcomponents/vant/toast/index",
  168. "van-transition": "/wxcomponents/vant/transition/index",
  169. "van-tree-select": "/wxcomponents/vant/tree-select/index",
  170. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
  171. "van-rate": "/wxcomponents/vant/rate/index",
  172. "van-collapse": "/wxcomponents/vant/collapse/index",
  173. "van-collapse-item": "/wxcomponents/vant/collapse-item/index",
  174. "van-picker": "/wxcomponents/vant/picker/index"
  175. }
  176. },
  177. "tabBar": {
  178. "backgroundColor": "white",
  179. "selectedColor": "#56CBA4",
  180. "list": [{
  181. "selectedIconPath": "/static/bar/hms.png",
  182. "iconPath": "/static/bar/hm.png",
  183. "pagePath": "pages/index/index",
  184. "text": "首页"
  185. }, {
  186. "selectedIconPath": "/static/bar/tps.png",
  187. "iconPath": "/static/bar/tp.png",
  188. "pagePath": "pages/index/order",
  189. "text": "订单"
  190. }, {
  191. "selectedIconPath": "/static/bar/wds.png",
  192. "iconPath": "/static/bar/wd.png",
  193. "pagePath": "pages/index/center",
  194. "text": "我的"
  195. }]
  196. },
  197. "uniIdRouter": {}
  198. }