b-pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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. "path": "admin/ship",
  47. "style": {
  48. "navigationBarTitleText": "发货"
  49. }
  50. }
  51. ]
  52. },
  53. {
  54. "root": "pages/member",
  55. "pages": [
  56. {
  57. "path": "add",
  58. "style": {
  59. "navigationBarTitleText": "添加客户"
  60. }
  61. },
  62. {
  63. "path": "detail",
  64. "style": {
  65. "navigationBarTitleText": "客户详情"
  66. }
  67. }
  68. ]
  69. },
  70. {
  71. "root": "pages/interest",
  72. "pages": [
  73. {
  74. "path": "admin/invite",
  75. "style": {
  76. "navigationBarTitleText": "邀请列表"
  77. }
  78. },
  79. {
  80. "path": "admin/my-invite",
  81. "style": {
  82. "navigationBarTitleText": "我的邀请"
  83. }
  84. },
  85. {
  86. "path": "admin/setting",
  87. "style": {
  88. "navigationBarTitleText": "奖励设置"
  89. }
  90. }
  91. ]
  92. },
  93. {
  94. "root": "pages/coupon",
  95. "pages": [
  96. {
  97. "path": "admin/list",
  98. "style": {
  99. "navigationBarTitleText": "优惠券"
  100. }
  101. }
  102. ]
  103. },
  104. {
  105. "root": "pages/ad",
  106. "pages": [
  107. {
  108. "path": "list",
  109. "style": {
  110. "navigationBarTitleText": "广告列表"
  111. }
  112. },
  113. {
  114. "path": "add",
  115. "style": {
  116. "navigationBarTitleText": "添加广告"
  117. }
  118. },
  119. {
  120. "path": "sel-goods",
  121. "style": {
  122. "navigationBarTitleText": "商品选择"
  123. }
  124. }
  125. ]
  126. },
  127. {
  128. "root": "pages/staff",
  129. "pages": [
  130. {
  131. "path": "list",
  132. "style": {
  133. "navigationBarTitleText": "员工管理"
  134. }
  135. },
  136. {
  137. "path": "add",
  138. "style": {
  139. "navigationBarTitleText": "添加员工"
  140. }
  141. },
  142. {
  143. "path": "sel-member",
  144. "style": {
  145. "navigationBarTitleText": "客户列表"
  146. }
  147. }
  148. ]
  149. },
  150. {
  151. "root": "pages/setting",
  152. "pages": [
  153. {
  154. "path": "list",
  155. "style": {
  156. "navigationBarTitleText": "设置"
  157. }
  158. },
  159. {
  160. "path": "wx-menu",
  161. "style": {
  162. "navigationBarTitleText": "微信菜单设置"
  163. }
  164. },
  165. {
  166. "path": "coupon",
  167. "style": {
  168. "navigationBarTitleText": "新人领券设置"
  169. }
  170. },
  171. {
  172. "path": "level",
  173. "style": {
  174. "navigationBarTitleText": "会员等级设置"
  175. }
  176. },
  177. {
  178. "path": "password",
  179. "style": {
  180. "navigationBarTitleText": "密码设置"
  181. }
  182. }
  183. ]
  184. },
  185. {
  186. "root": "pages/goodsManage",
  187. "pages": [
  188. {
  189. "path": "list",
  190. "style": {
  191. "navigationBarTitleText": "商品管理"
  192. }
  193. },
  194. {
  195. "path": "category",
  196. "style": {
  197. "navigationBarTitleText": "分类管理"
  198. }
  199. },
  200. {
  201. "path": "add",
  202. "style": {
  203. "navigationBarTitleText": "添加商品"
  204. }
  205. },
  206. {
  207. "path": "img-store",
  208. "style": {
  209. "navigationBarTitleText": "图库管理"
  210. }
  211. },
  212. {
  213. "path": "goods-name",
  214. "style": {
  215. "navigationBarTitleText": "填写商品信息"
  216. }
  217. },
  218. {
  219. "path": "freight",
  220. "style": {
  221. "navigationBarTitleText": "运费设置"
  222. }
  223. },
  224. {
  225. "path": "price-increase",
  226. "style": {
  227. "navigationBarTitleText": "节假日自动涨价"
  228. }
  229. }
  230. ]
  231. },
  232. {
  233. "root": "pages/chat",
  234. "pages": [
  235. {
  236. "path": "index",
  237. "style": {
  238. "navigationBarTitleText": "客服",
  239. "enablePullDownRefresh": true
  240. }
  241. }
  242. ]
  243. },
  244. {
  245. "root": "pages/template",
  246. "pages": [
  247. {
  248. "path": "index",
  249. "style": {
  250. "navigationBarTitleText": "选择模板"
  251. }
  252. }
  253. ]
  254. }
  255. ],
  256. "globalStyle": {
  257. // #ifdef H5
  258. "navigationStyle": "custom",
  259. // #endif
  260. "navigationBarBackgroundColor": "#fff",
  261. "navigationBarTitleText": "花卉宝",
  262. "navigationBarTextStyle": "black"
  263. },
  264. "tabBar": {
  265. "color": "#C0C4CC",
  266. "selectedColor": "#3385FF",
  267. "borderStyle": "black",
  268. "backgroundColor": "#ffffff",
  269. "list": [{
  270. "pagePath": "pages/admin/workbench",
  271. "iconPath": "static/images/admin/workbench-no.png",
  272. "selectedIconPath": "static/images/admin/workbench-is.png",
  273. "text": "工作台"
  274. },
  275. {
  276. "pagePath": "pages/admin/order",
  277. "iconPath": "static/images/admin/order-no.png",
  278. "selectedIconPath": "static/images/admin/order-is.png",
  279. "text": "订单"
  280. },
  281. {
  282. "pagePath": "pages/admin/member",
  283. "iconPath": "static/images/admin/member-no.png",
  284. "selectedIconPath": "static/images/admin/member-is.png",
  285. "text": "客户"
  286. }
  287. ]
  288. }
  289. }