pages.json 24 KB

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