pages.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/admin/workbench",
  5. "style": {
  6. "navigationBarTitleText": "工作台"
  7. }
  8. },
  9. {
  10. "path": "pages/admin/order",
  11. "style": {
  12. "navigationBarTitleText": "订单"
  13. }
  14. },
  15. {
  16. "path": "pages/admin/member",
  17. "style": {
  18. "navigationBarTitleText": "客户"
  19. }
  20. },
  21. {
  22. "path": "pages/common/redirect",
  23. "style": {
  24. "navigationBarTitleText": "加载中..."
  25. }
  26. },
  27. {
  28. "path": "pages/common/webview",
  29. "style": {
  30. "navigationBarBackgroundColor": "#ffffff",
  31. "navigationBarTextStyle": "black"
  32. }
  33. }
  34. ],
  35. "subPackages": [
  36. {
  37. "root": "pages/order",
  38. "pages": [
  39. {
  40. "path": "admin/detail",
  41. "style": {
  42. "navigationBarTitleText": "详情"
  43. }
  44. }
  45. ]
  46. },
  47. {
  48. "root": "pages/member",
  49. "pages": [
  50. {
  51. "path": "add",
  52. "style": {
  53. "navigationBarTitleText": "添加客户"
  54. }
  55. },
  56. {
  57. "path": "detail",
  58. "style": {
  59. "navigationBarTitleText": "客户详情"
  60. }
  61. }
  62. ]
  63. },
  64. {
  65. "root": "pages/interest",
  66. "pages": [
  67. {
  68. "path": "admin/invite",
  69. "style": {
  70. "navigationBarTitleText": "邀请列表"
  71. }
  72. },
  73. {
  74. "path": "admin/my-invite",
  75. "style": {
  76. "navigationBarTitleText": "邀请列表"
  77. }
  78. },
  79. {
  80. "path": "admin/setting",
  81. "style": {
  82. "navigationBarTitleText": "奖励设置"
  83. }
  84. }
  85. ]
  86. },
  87. {
  88. "root": "pages/coupon",
  89. "pages": [
  90. {
  91. "path": "admin/list",
  92. "style": {
  93. "navigationBarTitleText": "优惠券"
  94. }
  95. }
  96. ]
  97. },
  98. {
  99. "root": "pages/ad",
  100. "pages": [
  101. {
  102. "path": "list",
  103. "style": {
  104. "navigationBarTitleText": "广告列表"
  105. }
  106. },
  107. {
  108. "path": "add",
  109. "style": {
  110. "navigationBarTitleText": "添加广告"
  111. }
  112. },
  113. {
  114. "path": "sel-goods",
  115. "style": {
  116. "navigationBarTitleText": "商品选择"
  117. }
  118. }
  119. ]
  120. },
  121. {
  122. "root": "pages/staff",
  123. "pages": [
  124. {
  125. "path": "list",
  126. "style": {
  127. "navigationBarTitleText": "员工管理"
  128. }
  129. },
  130. {
  131. "path": "add",
  132. "style": {
  133. "navigationBarTitleText": "添加员工"
  134. }
  135. },
  136. {
  137. "path": "sel-member",
  138. "style": {
  139. "navigationBarTitleText": "客户列表"
  140. }
  141. }
  142. ]
  143. }
  144. ],
  145. "globalStyle": {
  146. // #ifdef H5
  147. "navigationStyle": "custom",
  148. // #endif
  149. "navigationBarBackgroundColor": "#fff",
  150. "navigationBarTitleText": "花卉宝",
  151. "navigationBarTextStyle": "black"
  152. },
  153. "tabBar": {
  154. "color": "#C0C4CC",
  155. "selectedColor": "#3385FF",
  156. "borderStyle": "black",
  157. "backgroundColor": "#ffffff",
  158. "list": [{
  159. "pagePath": "pages/admin/workbench",
  160. "iconPath": "static/images/admin/workbench-no.png",
  161. "selectedIconPath": "static/images/admin/workbench-is.png",
  162. "text": "工作台"
  163. },
  164. {
  165. "pagePath": "pages/admin/order",
  166. "iconPath": "static/images/admin/order-no.png",
  167. "selectedIconPath": "static/images/admin/order-is.png",
  168. "text": "订单"
  169. },
  170. {
  171. "pagePath": "pages/admin/member",
  172. "iconPath": "static/images/admin/member-no.png",
  173. "selectedIconPath": "static/images/admin/member-is.png",
  174. "text": "客户"
  175. }
  176. ]
  177. }
  178. }