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.

180 lines
4.8 KiB

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