pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationBarBackgroundColor": "#f8fafc",
  8. "navigationBarTextStyle": "black",
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/index/index",
  14. "style": {
  15. "navigationBarTitleText": "工作台",
  16. "navigationBarBackgroundColor": "#ffffff",
  17. "navigationBarTextStyle": "black",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/orders/list",
  23. "style": {
  24. "navigationBarTitleText": "订单管理",
  25. "navigationBarBackgroundColor": "#ffffff",
  26. "navigationBarTextStyle": "black",
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/orders/detail",
  32. "style": {
  33. "navigationBarTitleText": "订单详情",
  34. "navigationBarBackgroundColor": "#ffffff",
  35. "navigationBarTextStyle": "black",
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/device/list",
  41. "style": {
  42. "navigationBarTitleText": "设备管理",
  43. "navigationBarBackgroundColor": "#ffffff",
  44. "navigationBarTextStyle": "black",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/device/detail",
  50. "style": {
  51. "navigationBarTitleText": "设备详情",
  52. "navigationBarBackgroundColor": "#ffffff",
  53. "navigationBarTextStyle": "black",
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/shop/list",
  59. "style": {
  60. "navigationBarTitleText": "门店管理",
  61. "navigationBarBackgroundColor": "#ffffff",
  62. "navigationBarTextStyle": "black",
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "pages/shop/detail",
  68. "style": {
  69. "navigationBarTitleText": "门店详情",
  70. "navigationBarBackgroundColor": "#ffffff",
  71. "navigationBarTextStyle": "black",
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "pages/products/list",
  77. "style": {
  78. "navigationBarTitleText": "商品管理",
  79. "navigationBarBackgroundColor": "#ffffff",
  80. "navigationBarTextStyle": "black",
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/inventory/query",
  86. "style": {
  87. "navigationBarTitleText": "库存查询",
  88. "navigationBarBackgroundColor": "#ffffff",
  89. "navigationBarTextStyle": "black",
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/my/my",
  95. "style": {
  96. "navigationBarTitleText": "我的",
  97. "navigationBarBackgroundColor": "#ffffff",
  98. "navigationBarTextStyle": "black",
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/checkin/index",
  104. "style": {
  105. "navigationBarTitleText": "签到打卡",
  106. "navigationBarBackgroundColor": "#ffffff",
  107. "navigationBarTextStyle": "black",
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/checkin/records",
  113. "style": {
  114. "navigationBarTitleText": "签到记录",
  115. "navigationBarBackgroundColor": "#ffffff",
  116. "navigationBarTextStyle": "black",
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "pages/invite/index",
  122. "style": {
  123. "navigationBarTitleText": "邀请好友",
  124. "navigationBarBackgroundColor": "#ffffff",
  125. "navigationBarTextStyle": "black",
  126. "navigationStyle": "custom"
  127. }
  128. },
  129. {
  130. "path": "pages/invite/records",
  131. "style": {
  132. "navigationBarTitleText": "我的邀请",
  133. "navigationBarBackgroundColor": "#ffffff",
  134. "navigationBarTextStyle": "black",
  135. "navigationStyle": "custom"
  136. }
  137. },
  138. {
  139. "path": "pages/distribution/index",
  140. "style": {
  141. "navigationBarTitleText": "分销中心",
  142. "navigationBarBackgroundColor": "#ffffff",
  143. "navigationBarTextStyle": "black",
  144. "navigationStyle": "custom"
  145. }
  146. },
  147. {
  148. "path": "pages/distribution/withdrawal",
  149. "style": {
  150. "navigationBarTitleText": "申请提现",
  151. "navigationBarBackgroundColor": "#ffffff",
  152. "navigationBarTextStyle": "black",
  153. "navigationStyle": "custom"
  154. }
  155. },
  156. {
  157. "path": "pages/distribution/records",
  158. "style": {
  159. "navigationBarTitleText": "提现记录",
  160. "navigationBarBackgroundColor": "#ffffff",
  161. "navigationBarTextStyle": "black",
  162. "navigationStyle": "custom"
  163. }
  164. }
  165. ],
  166. "globalStyle": {
  167. "navigationBarTextStyle": "black",
  168. "navigationBarTitleText": "哈哈运营平台",
  169. "navigationBarBackgroundColor": "#ffffff",
  170. "backgroundColor": "#f8fafc"
  171. },
  172. "tabBar": {
  173. "custom": true,
  174. "color": "#94a3b8",
  175. "selectedColor": "#10b981",
  176. "backgroundColor": "#ffffff",
  177. "borderStyle": "white",
  178. "height": "50px",
  179. "fontSize": "10px",
  180. "list": [
  181. {
  182. "pagePath": "pages/index/index",
  183. "text": "工作台",
  184. "iconPath": "static/tabbar/work.png",
  185. "selectedIconPath": "static/tabbar/work-active.png"
  186. },
  187. {
  188. "pagePath": "pages/orders/list",
  189. "text": "订单",
  190. "iconPath": "static/tabbar/order.png",
  191. "selectedIconPath": "static/tabbar/order-active.png"
  192. },
  193. {
  194. "pagePath": "pages/device/list",
  195. "text": "设备",
  196. "iconPath": "static/tabbar/device.png",
  197. "selectedIconPath": "static/tabbar/device-active.png"
  198. },
  199. {
  200. "pagePath": "pages/my/my",
  201. "text": "我的",
  202. "iconPath": "static/tabbar/my.png",
  203. "selectedIconPath": "static/tabbar/my-active.png"
  204. }
  205. ]
  206. }
  207. }