宜轩到家/服务到家第三版,换个颜色
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.

203 lines
5.6 KiB

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