pages.json 28 KB

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