pages.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. {
  2. "pages": [
  3. { "path": "admin/home/workbench", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  4. { "path": "admin/home/login","style": {"navigationBarTitleText": "","enablePullDownRefresh": false}},
  5. { "path": "admin/home/order", "style": { "navigationBarTitleText": "订单", "enablePullDownRefresh": true } },
  6. { "path": "admin/home/member", "style": { "navigationBarTitleText": "客户", "enablePullDownRefresh": true } },
  7. { "path": "admin/home/apply", "style": { "navigationBarTitleText": "应用", "enablePullDownRefresh": true } },
  8. { "path": "admin/home/me", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": true, "navigationStyle": "custom" } },
  9. {"path": "common/success","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}}
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "admin/work",
  14. "pages": [
  15. {"path": "add","style": {"navigationBarTitleText": "新建工单"}},
  16. {"path": "addResult","style": {"navigationBarTitleText": "新建成功"}},
  17. {"path": "list","style": {"navigationBarTitleText": "列表","enablePullDownRefresh": true}},
  18. {"path": "detail","style": {"navigationBarTitleText": "详情"}}
  19. ]
  20. },
  21. {
  22. "root": "admin/ptItem",
  23. "pages": [
  24. {"path": "itemList","style": {"navigationBarTitleText": "从平台导入花材","onReachBottonDistance":20}}
  25. ]
  26. },
  27. {
  28. "root": "admin/breakage",
  29. "pages": [
  30. {"path": "list","style": {"navigationBarTitleText": "报损单","enablePullDownRefresh": true}},
  31. {"path": "info","style": {"navigationBarTitleText": "详情"}},
  32. {"path": "index","style": {"navigationBarTitleText": "选择花材"}},
  33. {"path": "confirm","style": {"navigationBarTitleText": "确认订单"}},
  34. {"path": "result","style": {"navigationBarTitleText": "操作成功"}}
  35. ]
  36. },
  37. {
  38. "root": "admin/item",
  39. "pages": [
  40. {"path": "list","style": {"navigationBarTitleText": "花材列表"}},
  41. {"path": "detail","style": {"navigationBarTitleText": "花材详情"}},
  42. {"path": "add","style": {"navigationBarTitleText": "添加花材"}}
  43. ]
  44. },
  45. {
  46. "root": "admin/changePrice",
  47. "pages": [
  48. {"path": "list","style": {"navigationBarTitleText": "批量改价"}}
  49. ]
  50. },
  51. {
  52. "root": "admin/itemClass",
  53. "pages": [
  54. {"path": "list","style": {"navigationBarTitleText": "花材分类"}},
  55. {"path": "addPrice","style": {"navigationBarTitleText": "加价设置"}},
  56. {"path": "more","style": {"navigationBarTitleText": "更多"}}
  57. ]
  58. },
  59. {
  60. "root": "admin/cg",
  61. "pages": [
  62. { "path": "mall", "style": { "navigationBarTitleText": "商城" } }
  63. ]
  64. },
  65. {
  66. "root": "admin/student",
  67. "pages": [
  68. { "path": "newStudent", "style": { "navigationBarTitleText": "新学员", "enablePullDownRefresh": true } }
  69. ]
  70. },
  71. {
  72. "root": "admin/ghsProduct",
  73. "pages": [
  74. { "path": "detail", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": true } }
  75. ]
  76. },
  77. {
  78. "root": "admin/common",
  79. "pages": [
  80. { "path": "result", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  81. { "path": "callback", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  82. { "path": "redirect", "style": { "navigationBarTitleText": "加载中..." } },
  83. { "path": "pageSuccess", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }
  84. ]
  85. },
  86. {
  87. "root": "admin/share",
  88. "pages": [
  89. { "path": "index", "style": { "navigationBarTitleText": "分享" } }
  90. ]
  91. },
  92. {
  93. "root": "pagesClient",
  94. "pages": [
  95. { "path": "member/add", "style": { "navigationBarTitleText": "添加客户" } },
  96. { "path": "member/detail", "style": { "navigationBarTitleText": "客户详情" } },
  97. { "path": "member/bind", "style": { "navigationBarTitleText": "绑定微信" } },
  98. { "path": "official/index", "style": { "navigationBarTitleText": "花掌柜" } },
  99. { "path": "official/pay", "style": { "navigationBarTitleText": "支付" } },
  100. { "path": "official/renewal", "style": { "navigationBarTitleText": "续期" } },
  101. { "path": "official/apply", "style": { "navigationBarTitleText": "完善店铺信息" } },
  102. { "path": "official/clientApply", "style": { "navigationBarTitleText": "结果" } },
  103. { "path": "official/clientResult", "style": { "navigationBarTitleText": "提交审核" } },
  104. { "path": "official/callback", "style": { "navigationBarTitleText": "回调" } },
  105. { "path": "official/latest-shop", "style": { "navigationBarTitleText": "最近访问" } },
  106. { "path": "official/result", "style": { "navigationBarTitleText": "结果" } },
  107. { "path": "official/warn", "style": { "navigationBarTitleText": "开启微信提醒" } }
  108. ]
  109. },
  110. {
  111. "root": "pagesShare",
  112. "pages": [
  113. { "path": "pay", "style": { "navigationBarTitleText": "付款" } }
  114. ]
  115. },
  116. {
  117. "root": "pagesOrder",
  118. "pages": [
  119. { "path": "detail", "style": { "navigationBarTitleText": "订单详情" } },
  120. { "path": "ship", "style": { "navigationBarTitleText": "发货" } },
  121. { "path": "shipInfo", "style": { "navigationBarTitleText": "发货" } },
  122. { "path": "select", "style": { "navigationBarTitleText": "重选花材" } }
  123. ]
  124. },
  125. {
  126. "root": "pagesStore",
  127. "pages": [
  128. { "path": "me/shopYeChange", "style": { "navigationBarTitleText": "余额明细" } },
  129. { "path": "me/withdraw", "style": { "navigationBarTitleText": "提现记录" } },
  130. { "path": "me/incomeExpenses", "style": { "navigationBarTitleText": "收支记录" } },
  131. {"path": "me/income","style": {"navigationBarTitleText": "收入记录"}},
  132. {"path": "me/expend","style": {"navigationBarTitleText": "支出记录"}},
  133. { "path": "me/recharge", "style": { "navigationBarTitleText": "充值" } },
  134. { "path": "me/rechargeList", "style": { "navigationBarTitleText": "充值记录" } },
  135. { "path": "me/cashSet", "style": { "navigationBarTitleText": "提现帐号" } },
  136. { "path": "me/expressSet", "style": { "navigationBarTitleText": "快递设置" } },
  137. { "path": "me/rechargeSuccess", "style": { "navigationBarTitleText": "充值成功" } }
  138. ]
  139. },
  140. {
  141. "root": "admin/ghs",
  142. "pages": [
  143. { "path": "shop", "style": {"navigationBarTitleText": "供应商"}},
  144. { "path": "debtChange", "style": {"navigationBarTitleText": "欠款变动明细"}}
  145. ]
  146. },
  147. {
  148. "root": "admin/coupon",
  149. "pages": [
  150. { "path": "list", "style": { "navigationBarTitleText": "优惠券" } },
  151. { "path": "couponList", "style": { "navigationBarTitleText": "红包" } },
  152. { "path": "selectCouponList", "style": { "navigationBarTitleText": "优惠券" } }
  153. ]
  154. },
  155. {
  156. "root": "admin/ad",
  157. "pages": [
  158. { "path": "list", "style": { "navigationBarTitleText": "广告列表" } },
  159. { "path": "add", "style": { "navigationBarTitleText": "添加广告" } },
  160. { "path": "sel-goods", "style": { "navigationBarTitleText": "商品选择" } }
  161. ]
  162. },
  163. {
  164. "root": "admin/staff",
  165. "pages": [
  166. { "path": "list", "style": { "navigationBarTitleText": "员工管理" } },
  167. { "path": "add", "style": { "navigationBarTitleText": "添加员工" } },
  168. { "path": "detail", "style": { "navigationBarTitleText": "员工详情" } },
  169. { "path": "sel-member", "style": { "navigationBarTitleText": "客户列表" } },
  170. { "path": "achieve", "style": { "navigationBarTitleText": "员工业绩" } },
  171. { "path": "miniAutoLogin", "style": { "navigationBarTitleText": "绑定帐号" } }
  172. ]
  173. },
  174. {
  175. "root": "admin/shop",
  176. "pages": [
  177. {"path": "list","style": {"navigationBarTitleText": "门店"}},
  178. {"path": "downloadCode","style": {"navigationBarTitleText": "收款码"}},
  179. {"path": "add","style": {"navigationBarTitleText": ""}},
  180. {"path": "print","style": {"navigationBarTitleText": "小票机设置"}},
  181. {"path": "password","style": {"navigationBarTitleText": "修改密码"}},
  182. {"path": "trumpet","style": {"navigationBarTitleText": "收款播报设置"}}
  183. ]
  184. },
  185. {
  186. "root": "admin/setting",
  187. "pages": [
  188. { "path": "list", "style": { "navigationBarTitleText": "设置" } },
  189. { "path": "wx-menu", "style": { "navigationBarTitleText": "公众号菜单设置" } },
  190. { "path": "coupon", "style": { "navigationBarTitleText": "新客优惠" } },
  191. { "path": "level", "style": { "navigationBarTitleText": "客户等级设置" } },
  192. { "path": "password", "style": { "navigationBarTitleText": "密码设置" } }
  193. ]
  194. },
  195. {
  196. "root": "admin/goodsManage",
  197. "pages": [
  198. { "path": "list", "style": { "navigationBarTitleText": "商品管理" } },
  199. { "path": "category", "style": { "navigationBarTitleText": "分类管理" } },
  200. { "path": "detail", "style": { "navigationBarTitleText": "商品详情" } },
  201. { "path": "add", "style": { "navigationBarTitleText": "新增" } },
  202. { "path": "selectItem", "style": { "navigationBarTitleText": "选择花材" } },
  203. { "path": "img-store", "style": { "navigationBarTitleText": "图库管理" } },
  204. { "path": "goods-name", "style": { "navigationBarTitleText": "填写商品信息" } },
  205. { "path": "freight", "style": { "navigationBarTitleText": "运费设置" } },
  206. { "path": "price-increase", "style": { "navigationBarTitleText": "节日自动涨价" } },
  207. { "path": "plant", "style": { "navigationBarTitleText": "盆栽绿植资材" } },
  208. { "path": "flower", "style": { "navigationBarTitleText": "鲜花成品" } },
  209. { "path": "flowerConfirm", "style": { "navigationBarTitleText": "确认" } },
  210. { "path": "flowerResult", "style": { "navigationBarTitleText": "结果" } },
  211. { "path": "plantConfirm", "style": { "navigationBarTitleText": "确认采购" } },
  212. { "path": "plantResult", "style": { "navigationBarTitleText": "结果" } },
  213. { "path": "cgNewPlant", "style": { "navigationBarTitleText": "新采购" } },
  214. { "path": "cgNewPlantResult", "style": { "navigationBarTitleText": "采购成功" } },
  215. { "path": "stockChange", "style": { "navigationBarTitleText": "库存变动记录" } }
  216. ]
  217. },
  218. {
  219. "root": "admin/shopAdmin",
  220. "pages": [
  221. { "path": "bind", "style": { "navigationBarTitleText": "管理员绑定" } }
  222. ]
  223. },
  224. {
  225. "root": "admin/assets",
  226. "pages": [
  227. { "path": "list", "style": { "navigationBarTitleText": "收入明细" } }
  228. ]
  229. },
  230. {
  231. "root": "admin/chat",
  232. "pages": [
  233. { "path": "index", "style": { "navigationBarTitleText": "客服", "enablePullDownRefresh": true } }
  234. ]
  235. },
  236. {
  237. "root": "admin/template",
  238. "pages": [
  239. { "path": "index", "style": { "navigationBarTitleText": "选择模板" } }
  240. ]
  241. },
  242. {
  243. "root": "admin/statistics",
  244. "pages": [
  245. {"path": "profit","style": {"navigationBarTitleText": "利润表"}},
  246. {"path": "productSale","style": {"navigationBarTitleText": "花材销量"}},
  247. {"path": "kdIncome","style": {"navigationBarTitleText": "收入渠道"}},
  248. {"path": "incomeStat","style": {"navigationBarTitleText": "应收款"}},
  249. {"path": "cgStat","style": {"navigationBarTitleText": "采购统计"}},
  250. {"path": "mayPayStat","style": {"navigationBarTitleText": "应付款"}}
  251. ]
  252. },
  253. {
  254. "root": "admin/recharge",
  255. "pages": [
  256. { "path": "renew", "style": { "navigationBarTitleText": "免费续期" } },
  257. { "path": "rechargeSuccess", "style": { "navigationBarTitleText": "免费续期" } }
  258. ]
  259. },
  260. {
  261. "root": "admin/billing",
  262. "pages": [
  263. { "path": "index", "style": { "navigationBarTitleText": "开单" } },
  264. { "path": "customerPlace", "style": { "navigationBarTitleText": "开单" } },
  265. { "path": "priceChange", "style": { "navigationBarTitleText": "改价", "enablePullDownRefresh": true } },
  266. { "path": "result", "style": { "navigationBarTitleText": "开单状态" } },
  267. { "path": "affirm", "style": { "navigationBarTitleText": "确认订单信息" } },
  268. { "path": "affirmGoods", "style": { "navigationBarTitleText": "确认订单信息" } },
  269. { "path": "affirmGhs", "style": { "navigationBarTitleText": "确认订单信息" } },
  270. { "path": "affirmGhsBook", "style": { "navigationBarTitleText": "确认订单信息" } },
  271. { "path": "affirmPxClass", "style": { "navigationBarTitleText": "确认订单信息" } },
  272. { "path": "customerAffirm", "style": { "navigationBarTitleText": "确认下单" } },
  273. { "path": "confirm", "style": { "navigationBarTitleText": "待确认" } }
  274. ]
  275. },
  276. {
  277. "root": "admin/order",
  278. "pages": [
  279. { "path": "detail", "style": { "navigationBarTitleText": "详情" } },
  280. { "path": "refund", "style": { "navigationBarTitleText": "退款" } },
  281. { "path": "refundList", "style": { "navigationBarTitleText": "退款记录" } },
  282. { "path": "refundDetail", "style": { "navigationBarTitleText": "退款详情" } },
  283. { "path": "ship", "style": { "navigationBarTitleText": "发货" } },
  284. { "path": "fill-form", "style": { "navigationBarTitleText": "填写收花人" } }
  285. ]
  286. },
  287. {
  288. "root": "admin/member",
  289. "pages": [
  290. { "path": "detail", "style": { "navigationBarTitleText": "详情" } }
  291. ]
  292. },
  293. {
  294. "root": "pagesStorehouse/shop/",
  295. "pages": [
  296. { "path": "list", "style": { "navigationBarTitleText": "门店管理", "enablePullDownRefresh": true } },
  297. { "path": "update", "style": { "navigationBarTitleText": "门店编辑" } }
  298. ]
  299. },
  300. {
  301. "root": "pagesStorehouse/inventory/",
  302. "pages": [
  303. { "path": "list", "style": { "navigationBarTitleText": "盘点", "enablePullDownRefresh": true } },
  304. { "path": "details", "style": { "navigationBarTitleText": "盘点详情" } },
  305. { "path": "update", "style": { "navigationBarTitleText": "新增" } },
  306. { "path": "select", "style": { "navigationBarTitleText": "盘点花材" } }
  307. ]
  308. },
  309. {
  310. "root": "pagesStorehouse/allot/",
  311. "pages": [
  312. { "path": "exDetails", "style": { "navigationBarTitleText": "出库详情" } },
  313. { "path": "addExDetails", "style": { "navigationBarTitleText": "新增" } },
  314. { "path": "allotEx", "style": { "navigationBarTitleText": "调拨出库", "enablePullDownRefresh": true } },
  315. { "path": "exSelect", "style": { "navigationBarTitleText": "选择商品", "enablePullDownRefresh": true } },
  316. { "path": "putDetails", "style": { "navigationBarTitleText": "入库详情" } },
  317. { "path": "allotPut", "style": { "navigationBarTitleText": "调拨入库", "enablePullDownRefresh": true } }
  318. ]
  319. },
  320. {
  321. "root": "pagesStorehouse/flower/",
  322. "pages": [
  323. { "path": "category", "style": { "navigationBarTitleText": "花材管理", "enablePullDownRefresh": true } },
  324. { "path": "manage", "style": { "navigationBarTitleText": "花材", "enablePullDownRefresh": true } }
  325. ]
  326. },
  327. {
  328. "root": "pagesStorehouse/stockWarn/",
  329. "pages": [
  330. { "path": "manage", "style": { "navigationBarTitleText": "库存", "enablePullDownRefresh": true } },
  331. { "path": "detailed", "style": { "navigationBarTitleText": "明细", "enablePullDownRefresh": true } }
  332. ]
  333. },
  334. {
  335. "root": "pagesPurchase",
  336. "pages": [
  337. { "path": "result", "style": { "navigationBarTitleText": "结果" } },
  338. { "path": "add", "style": { "navigationBarTitleText": "新增采购单", "enablePullDownRefresh": true } },
  339. { "path": "gathering", "style": { "navigationBarTitleText": "欠款订单", "enablePullDownRefresh": true } },
  340. { "path": "particulars", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  341. { "path": "details", "style": { "navigationBarTitleText": "确认订单" } },
  342. { "path": "order", "style": { "navigationBarTitleText": "供应商", "enablePullDownRefresh": true } },
  343. { "path": "shopping", "style": { "navigationBarTitleText": "采购", "enablePullDownRefresh": true } },
  344. { "path": "ghsProduct", "style": { "navigationBarTitleText": "采购花材", "enablePullDownRefresh": false } },
  345. { "path": "setPsd", "style": { "navigationBarTitleText": "设置密码", "enablePullDownRefresh": true } },
  346. { "path": "wechatPay", "style": { "navigationBarTitleText": "待支付"} },
  347. { "path": "cosNext", "style": { "navigationBarTitleText": "下一步", "enablePullDownRefresh": true } },
  348. { "path": "gatherPay", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },
  349. { "path": "gatherResult", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },
  350. { "path": "purDetails", "style": { "navigationBarTitleText": "采购详情", "enablePullDownRefresh": true } },
  351. { "path": "info", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": true } },
  352. { "path": "xj", "style": { "navigationBarTitleText": "选择小菊颜色", "enablePullDownRefresh": true } },
  353. { "path": "refundDetail", "style": { "navigationBarTitleText": "退款详情", "enablePullDownRefresh": true } },
  354. { "path": "level", "style": { "navigationBarTitleText": "会员等级", "enablePullDownRefresh": true } },
  355. { "path": "bookProduct", "style": { "navigationBarTitleText": "预订花材", "enablePullDownRefresh": true } },
  356. { "path": "bookExplain", "style": { "navigationBarTitleText": "预订说明", "enablePullDownRefresh": true } },
  357. { "path": "refundList","style": {"navigationBarTitleText": "退款记录", "enablePullDownRefresh": true } }
  358. ]
  359. },
  360. {
  361. "root": "pagesArrears",
  362. "pages": [
  363. { "path": "list", "style": { "navigationBarTitleText": "客户欠款", "enablePullDownRefresh": true } },
  364. { "path": "details", "style": { "navigationBarTitleText": "欠款明细", "enablePullDownRefresh": true } }
  365. ]
  366. },
  367. {
  368. "root": "pagesInvite",
  369. "pages": [
  370. { "path": "list", "style": { "navigationBarTitleText": "邀请开店", "enablePullDownRefresh": true } },
  371. { "path": "inviteShop", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  372. { "path": "inviteHdShop", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } }
  373. ]
  374. },
  375. {
  376. "root": "pagesStatistics",
  377. "pages": [
  378. { "path": "business", "style": { "navigationBarTitleText": "营业概况", "enablePullDownRefresh": true } },
  379. { "path": "pagesPublicity", "style": { "navigationBarTitleText": "" } },
  380. { "path": "trainingClass", "style": { "navigationBarTitleText": "培训班", "enablePullDownRefresh": true } },
  381. { "path": "trainingClassEdit", "style": { "navigationBarTitleText": "培训班编辑" } }
  382. ]
  383. },
  384. {
  385. "root": "admin/jc",
  386. "pages": [
  387. {"path": "index","style": {"navigationBarTitleText": "新手使用教程"}},
  388. {"path": "video","style": {"navigationBarTitleText": "播放视频"}}
  389. ]
  390. },
  391. {
  392. "root": "admin/clear",
  393. "pages": [
  394. { "path": "list", "style": { "navigationBarTitleText": "结账单" } },
  395. { "path": "info", "style": { "navigationBarTitleText": "详情" } }
  396. ]
  397. }
  398. ],
  399. "globalStyle": {
  400. "navigationBarBackgroundColor": "#fff",
  401. "navigationBarTitleText": "花掌柜",
  402. "navigationBarTextStyle": "black",
  403. "backgroundColor": "#f9fbfc"
  404. },
  405. "tabBar": {
  406. "color": "#C0C4CC",
  407. "selectedColor": "#3385FF",
  408. "borderStyle": "black",
  409. "backgroundColor": "#ffffff",
  410. "list": [
  411. {
  412. "pagePath": "admin/home/workbench",
  413. "iconPath": "static/images/common/shop-tab_no.png",
  414. "selectedIconPath": "static/images/common/shop-tab.png",
  415. "text": "店铺"
  416. },
  417. {
  418. "pagePath": "admin/home/order",
  419. "iconPath": "static/images/common/order-no.png",
  420. "selectedIconPath": "static/images/common/order-is.png",
  421. "text": "订单"
  422. },
  423. {
  424. "pagePath": "admin/home/member",
  425. "iconPath": "static/images/common/member-no.png",
  426. "selectedIconPath": "static/images/common/member-is.png",
  427. "text": "客户"
  428. },
  429. {
  430. "pagePath": "admin/home/apply",
  431. "iconPath": "static/images/common/category-no.png",
  432. "selectedIconPath": "static/images/common/shop-apply.png",
  433. "text": "应用"
  434. },
  435. {
  436. "pagePath": "admin/home/me",
  437. "iconPath": "static/images/common/user-no.png",
  438. "selectedIconPath": "static/images/common/shop-me.png",
  439. "text": "我的"
  440. }
  441. ]
  442. }
  443. }