b-pages.json 5.4 KB

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