b-pages.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  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": "common/redirect",
  23. "style": {
  24. "navigationBarTitleText": "加载中..."
  25. }
  26. },
  27. {
  28. "path": "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/shop",
  158. "pages": [
  159. {
  160. "path": "list",
  161. "style": {
  162. "navigationBarTitleText": "店铺管理"
  163. }
  164. },
  165. {
  166. "path": "add",
  167. "style": {
  168. "navigationBarTitleText": ""
  169. }
  170. }
  171. ]
  172. },
  173. {
  174. "root": "admin/setting",
  175. "pages": [
  176. {
  177. "path": "list",
  178. "style": {
  179. "navigationBarTitleText": "设置"
  180. }
  181. },
  182. {
  183. "path": "wx-menu",
  184. "style": {
  185. "navigationBarTitleText": "微信菜单设置"
  186. }
  187. },
  188. {
  189. "path": "coupon",
  190. "style": {
  191. "navigationBarTitleText": "新人领券设置"
  192. }
  193. },
  194. {
  195. "path": "level",
  196. "style": {
  197. "navigationBarTitleText": "会员等级设置"
  198. }
  199. },
  200. {
  201. "path": "password",
  202. "style": {
  203. "navigationBarTitleText": "密码设置"
  204. }
  205. }
  206. ]
  207. },
  208. {
  209. "root": "admin/goodsManage",
  210. "pages": [
  211. {
  212. "path": "list",
  213. "style": {
  214. "navigationBarTitleText": "商品管理"
  215. }
  216. },
  217. {
  218. "path": "category",
  219. "style": {
  220. "navigationBarTitleText": "分类管理"
  221. }
  222. },
  223. {
  224. "path": "add",
  225. "style": {
  226. "navigationBarTitleText": "添加商品"
  227. }
  228. },
  229. {
  230. "path": "img-store",
  231. "style": {
  232. "navigationBarTitleText": "图库管理"
  233. }
  234. },
  235. {
  236. "path": "goods-name",
  237. "style": {
  238. "navigationBarTitleText": "填写商品信息"
  239. }
  240. },
  241. {
  242. "path": "freight",
  243. "style": {
  244. "navigationBarTitleText": "运费设置"
  245. }
  246. },
  247. {
  248. "path": "price-increase",
  249. "style": {
  250. "navigationBarTitleText": "节假日自动涨价"
  251. }
  252. }
  253. ]
  254. },
  255. {
  256. "root": "admin/statistics",
  257. "pages": [
  258. {
  259. "path": "index",
  260. "style": {
  261. "navigationBarTitleText": "数据统计"
  262. }
  263. }
  264. ]
  265. },
  266. {
  267. "root": "admin/assets",
  268. "pages": [
  269. {
  270. "path": "list",
  271. "style": {
  272. "navigationBarTitleText": "收入明细"
  273. }
  274. }
  275. ]
  276. },
  277. {
  278. "root": "pages/chat",
  279. "pages": [
  280. {
  281. "path": "index",
  282. "style": {
  283. "navigationBarTitleText": "客服",
  284. "enablePullDownRefresh": true
  285. }
  286. }
  287. ]
  288. },
  289. {
  290. "root": "admin/template",
  291. "pages": [
  292. {
  293. "path": "index",
  294. "style": {
  295. "navigationBarTitleText": "选择模板"
  296. }
  297. }
  298. ]
  299. }
  300. ],
  301. "globalStyle": {
  302. // #ifdef H5
  303. "navigationStyle": "custom",
  304. // #endif
  305. "navigationBarBackgroundColor": "#fff",
  306. "navigationBarTitleText": "花卉宝",
  307. "navigationBarTextStyle": "black"
  308. },
  309. "tabBar": {
  310. "color": "#C0C4CC",
  311. "selectedColor": "#3385FF",
  312. "borderStyle": "black",
  313. "backgroundColor": "#ffffff",
  314. "list": [{
  315. "pagePath": "admin/home/workbench",
  316. "iconPath": "static/images/admin/workbench-no.png",
  317. "selectedIconPath": "static/images/admin/workbench-is.png",
  318. "text": "工作台"
  319. },
  320. {
  321. "pagePath": "admin/home/order",
  322. "iconPath": "static/images/admin/order-no.png",
  323. "selectedIconPath": "static/images/admin/order-is.png",
  324. "text": "订单"
  325. },
  326. {
  327. "pagePath": "admin/home/member",
  328. "iconPath": "static/images/admin/member-no.png",
  329. "selectedIconPath": "static/images/admin/member-is.png",
  330. "text": "客户"
  331. }
  332. ]
  333. }
  334. }