pages.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  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/result","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
  6. {"path": "admin/home/callback","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
  7. {"path": "admin/home/console","style": {"navigationBarTitleText": ""}},
  8. {"path": "admin/home/order","style": {"navigationBarTitleText": "订单","enablePullDownRefresh": true}},
  9. {"path": "admin/home/newOrderList","style": {"navigationBarTitleText": "订单查看","enablePullDownRefresh": true}},
  10. {"path": "admin/home/member","style": {"navigationBarTitleText": "客户","enablePullDownRefresh": true}},
  11. {"path": "admin/home/apply","style": {"navigationBarTitleText": "应用"}},
  12. {"path": "admin/home/me","style": {"navigationBarTitleText": "我的","enablePullDownRefresh": true,"navigationStyle": "custom"}},
  13. {"path": "admin/home/mall","style": {"navigationBarTitleText": "商城"}},
  14. {"path": "admin/home/register","style": {"navigationBarTitleText": "服务协议"}},
  15. {"path": "admin/home/privacy","style": {"navigationBarTitleText": "隐私政策"}},
  16. {"path": "admin/home/close","style": {"navigationBarTitleText": "申请注销账号"}},
  17. {"path": "common/redirect","style": {"navigationBarTitleText": "加载中..."}},
  18. {"path": "common/webview","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}},
  19. {"path": "common/pageSuccess","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}},
  20. {"path": "common/success","style": {"navigationBarBackgroundColor": "#ffffff","navigationBarTextStyle": "black"}}
  21. ],
  22. "subPackages": [
  23. {
  24. "root": "admin/tools",
  25. "pages": [
  26. {"path": "blue","style": {"navigationBarTitleText": "标签机管理"}}
  27. ]
  28. },
  29. {
  30. "root": "admin/notice",
  31. "pages": [
  32. {"path": "index","style": {"navigationBarTitleText": "通知"}}
  33. ]
  34. },
  35. {
  36. "root": "admin/ptItem",
  37. "pages": [
  38. {"path": "itemList","style": {"navigationBarTitleText": "从平台选择花材"}}
  39. ]
  40. },
  41. {
  42. "root": "admin/shopYeChange",
  43. "pages": [
  44. {"path": "list","style": {"navigationBarTitleText": "余额变动明细"}}
  45. ]
  46. },
  47. {
  48. "root": "admin/shopMoneyChange",
  49. "pages": [
  50. {"path": "list","style": {"navigationBarTitleText": "现金变动明细"}}
  51. ]
  52. },
  53. {
  54. "root": "admin/custom",
  55. "pages": [
  56. {"path": "selectCustom","style": {"navigationBarTitleText": "选择客户"}},
  57. {"path": "levelSet","style": {"navigationBarTitleText": "客户等级标准"}},
  58. {"path": "visit","style": {"navigationBarTitleText": "今日访客"}},
  59. {"path": "debtChange","style": {"navigationBarTitleText": "欠款变动明细","enablePullDownRefresh": false}},
  60. {"path": "balanceChange","style": {"navigationBarTitleText": "余额变动明细","enablePullDownRefresh": false}},
  61. {"path": "rechargeChange","style": {"navigationBarTitleText": "充值记录","enablePullDownRefresh": false}},
  62. {"path": "addStaff","style": {"navigationBarTitleText": "帮客户添加员工"}},
  63. {"path": "invitePay","style": {"navigationBarTitleText": "付款结账"}}
  64. ]
  65. },
  66. {
  67. "root": "pagesClient",
  68. "pages": [
  69. {"path": "member/add","style": {"navigationBarTitleText": "添加客户"}},
  70. {"path": "member/detail","style": {"navigationBarTitleText": "客户详情"}},
  71. {"path": "member/modify","style": {"navigationBarTitleText": "修改地址"}},
  72. {"path": "member/bind","style": {"navigationBarTitleText": "绑定微信"}},
  73. {"path": "member/addCustomer","style": {"navigationBarTitleText": "添加客户"}},
  74. {"path": "member/addCustom","style": {"navigationBarTitleText": "添加虚拟客户"}},
  75. {"path": "official/index","style": {"navigationBarTitleText": "销花宝"}},
  76. {"path": "official/pay","style": {"navigationBarTitleText": "支付"}},
  77. {"path": "official/apply","style": {"navigationBarTitleText": "填写店铺信息"}},
  78. {"path": "official/clientApply","style": {"navigationBarTitleText": "结果"}},
  79. {"path": "official/clientResult","style": {"navigationBarTitleText": "提交审核"}},
  80. {"path": "official/renewal","style": {"navigationBarTitleText": "续期"}},
  81. {"path": "official/callback","style": {"navigationBarTitleText": "回调"}},
  82. {"path": "official/latest-shop","style": {"navigationBarTitleText": "最近访问"}},
  83. {"path": "official/result","style": {"navigationBarTitleText": "结果"}},
  84. {"path": "official/warn","style": {"navigationBarTitleText": "开启微信提醒"}}
  85. ]
  86. },
  87. {
  88. "root": "pagesShare",
  89. "pages": [
  90. {"path": "pay","style": {"navigationBarTitleText": "付款"}}
  91. ]
  92. },
  93. {
  94. "root": "pagesOrder",
  95. "pages": [
  96. {"path": "detail","style": {"navigationBarTitleText": "订单详情", "enablePullDownRefresh": true}},
  97. {"path": "showOrder","style": {"navigationBarTitleText": "订单", "enablePullDownRefresh": true}},
  98. {"path": "info","style": {"navigationBarTitleText": "订单详情", "enablePullDownRefresh": true}},
  99. {"path": "arrival","style": {"navigationBarTitleText": "确认发货"}},
  100. {"path": "result","style": {"navigationBarTitleText": "结果"}},
  101. {"path": "refund","style": {"navigationBarTitleText": "退款"}},
  102. {"path": "refundDetail","style": {"navigationBarTitleText": "售后信息"}},
  103. {"path": "ship","style": {"navigationBarTitleText": "发货"}},
  104. {"path": "shipInfo","style": {"navigationBarTitleText": "发货"}},
  105. {"path": "select","style": {"navigationBarTitleText": "重选花材"}},
  106. {"path": "print","style": {"navigationBarTitleText": "连接蓝牙"}},
  107. {"path": "allot","style": {"navigationBarTitleText": "分配工作"}},
  108. {"path": "refundSuccess","style": {"navigationBarTitleText": "结果"}},
  109. {"path": "refundList","style": {"navigationBarTitleText": "售后记录", "enablePullDownRefresh": true}},
  110. {"path": "refundAllList","style": {"navigationBarTitleText": "售后记录", "enablePullDownRefresh": false}},
  111. {"path": "bookChange","style": {"navigationBarTitleText": "变动记录", "enablePullDownRefresh": false}},
  112. {"path": "combine","style": {"navigationBarTitleText": "分配结果", "enablePullDownRefresh": false}}
  113. ]
  114. },
  115. {
  116. "root": "pagesStore",
  117. "pages": [
  118. {"path": "me/withdraw","style": {"navigationBarTitleText": "提现记录"}},
  119. {"path": "me/cashInfo","style": {"navigationBarTitleText": "明细"}},
  120. {"path": "me/income","style": {"navigationBarTitleText": "收入记录"}},
  121. {"path": "me/expend","style": {"navigationBarTitleText": "支出记录"}},
  122. {"path": "me/recharge","style": {"navigationBarTitleText": "充值"}},
  123. {"path": "me/rechargeList","style": {"navigationBarTitleText": "充值记录"}},
  124. {"path": "me/cashSet","style": {"navigationBarTitleText": "提现账号"}},
  125. {"path": "me/expressSet","style": {"navigationBarTitleText": "快递设置"}},
  126. {"path": "me/rechargeSuccess","style": {"navigationBarTitleText": "充值成功"}}
  127. ]
  128. },
  129. {
  130. "root": "admin/changePrice",
  131. "pages": [
  132. {"path": "list","style": {"navigationBarTitleText": "改价"}},
  133. {"path": "list2","style": {"navigationBarTitleText": "改价"}},
  134. {"path": "changeStock","style": {"navigationBarTitleText": "修改库存"}},
  135. {"path": "changeStock2","style": {"navigationBarTitleText": "修改库存"}},
  136. {"path": "changeList","style": {"navigationBarTitleText": "价格变动记录"}},
  137. {"path": "costChangeList","style": {"navigationBarTitleText": "成本变动记录"}},
  138. {"path": "outList","style": {"navigationBarTitleText": "已下架"}},
  139. {"path": "stopList","style": {"navigationBarTitleText": "已删除"}},
  140. {"path": "removeList","style": {"navigationBarTitleText": "彻底删除"}},
  141. {"path": "changeClass","style": {"navigationBarTitleText": "批量移动"}},
  142. {"path": "changeCgStaff","style": {"navigationBarTitleText": "修改采购人"}},
  143. {"path": "setSon","style": {"navigationBarTitleText": "设置子花材"}},
  144. {"path": "batchChange","style": {"navigationBarTitleText": "批量改价"}},
  145. {"path": "batchChange2","style": {"navigationBarTitleText": "批量改价"}}
  146. ]
  147. },
  148. {
  149. "root": "admin/ghs",
  150. "pages": [
  151. {"path": "shop","style": {"navigationBarTitleText": "供货商"}}
  152. ]
  153. },
  154. {
  155. "root": "admin/breakage",
  156. "pages": [
  157. {"path": "list","style": {"navigationBarTitleText": "损耗","enablePullDownRefresh": true}},
  158. {"path": "info","style": {"navigationBarTitleText": "详情"}},
  159. {"path": "index","style": {"navigationBarTitleText": "选择花材"}},
  160. {"path": "confirm","style": {"navigationBarTitleText": "确认订单"}},
  161. {"path": "result","style": {"navigationBarTitleText": "操作成功"}}
  162. ]
  163. },
  164. {
  165. "root": "admin/coupon",
  166. "pages": [
  167. {"path": "list","style": {"navigationBarTitleText": "优惠券"}}
  168. ]
  169. },
  170. {
  171. "root": "admin/part",
  172. "pages": [
  173. {"path": "list","style": {"navigationBarTitleText": "拆散记录"}},
  174. {"path": "info","style": {"navigationBarTitleText": "详情"}},
  175. {"path": "result","style": {"navigationBarTitleText": "状态"}},
  176. {"path": "index","style": {"navigationBarTitleText": "选择花材"}},
  177. {"path": "confirm","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/staff",
  190. "pages": [
  191. {"path": "list","style": {"navigationBarTitleText": "员工管理"}},
  192. {"path": "add","style": {"navigationBarTitleText": "添加员工"}},
  193. {"path": "detail","style": {"navigationBarTitleText": "详情"}},
  194. {"path": "admin","style": {"navigationBarTitleText": "个人资料"}},
  195. {"path": "sel-member","style": {"navigationBarTitleText": "客户列表"}},
  196. {"path": "achieve","style": {"navigationBarTitleText": "员工业绩"}},
  197. { "path": "miniAutoLogin", "style": { "navigationBarTitleText": "绑定帐号" } }
  198. ]
  199. },
  200. {
  201. "root": "admin/shop",
  202. "pages": [
  203. {"path": "list","style": {"navigationBarTitleText": "门店"}},
  204. {"path": "add","style": {"navigationBarTitleText": ""}},
  205. {"path": "renewSuccess","style": {"navigationBarTitleText":"续期成功"}},
  206. {"path": "print","style": {"navigationBarTitleText": "小票机"}},
  207. {"path": "wcPrint","style": {"navigationBarTitleText": "采购小票机"}},
  208. {"path": "trumpet","style": {"navigationBarTitleText": "云音箱"}},
  209. {"path": "changeShop","style": {"navigationBarTitleText": "切换门店"}},
  210. {"path": "sk","style": {"navigationBarTitleText": "设置快捷开单"}},
  211. {"path": "password","style": {"navigationBarTitleText": "密码修改"}},
  212. {"path": "debtChange","style": {"navigationBarTitleText": "欠款变动记录"}},
  213. {"path": "selectShop","style": {"navigationBarTitleText": "选择门店"}},
  214. {"path": "wl","style": {"navigationBarTitleText": "物流列表"}},
  215. {"path": "myShop","style": {"navigationBarTitleText": "我的门店"}}
  216. ]
  217. },
  218. {
  219. "root": "admin/jc",
  220. "pages": [
  221. {"path": "index","style": {"navigationBarTitleText": "使用教程"}},
  222. {"path": "video","style": {"navigationBarTitleText": "播放视频"}}
  223. ]
  224. },
  225. {
  226. "root": "admin/setting",
  227. "pages": [
  228. {"path": "list","style": {"navigationBarTitleText": "设置"}},
  229. {"path": "wx-menu","style": {"navigationBarTitleText": "公众号菜单设置"}},
  230. {"path": "coupon","style": {"navigationBarTitleText": "新客优惠"}},
  231. {"path": "level","style": {"navigationBarTitleText": "客户等级设置"}},
  232. {"path": "password","style": {"navigationBarTitleText": "密码设置"}}
  233. ]
  234. },
  235. {
  236. "root": "admin/goods",
  237. "pages": [
  238. {"path": "list","style": {"navigationBarTitleText": "商品管理"}},
  239. {"path": "category","style": {"navigationBarTitleText": "分类管理"}},
  240. {"path": "add","style": {"navigationBarTitleText": "添加商品"}},
  241. {"path": "img-store","style": {"navigationBarTitleText": "图库管理"}},
  242. {"path": "goods-name","style": {"navigationBarTitleText": "填写商品信息"}},
  243. {"path": "freight","style": {"navigationBarTitleText": "运费设置"}},
  244. {"path": "price-increase","style": {"navigationBarTitleText": "节假日自动涨价"}}
  245. ]
  246. },
  247. {
  248. "root": "admin/shopAdmin",
  249. "pages": [
  250. {"path": "bind","style": {"navigationBarTitleText": "新员工加入"}}
  251. ]
  252. },
  253. {
  254. "root": "admin/assets",
  255. "pages": [
  256. {"path": "list","style": {"navigationBarTitleText": "收入明细"}}
  257. ]
  258. },
  259. {
  260. "root": "admin/chat",
  261. "pages": [
  262. {"path": "index","style": {"navigationBarTitleText": "客服","enablePullDownRefresh": true}}
  263. ]
  264. },
  265. {
  266. "root": "admin/template",
  267. "pages": [
  268. {"path": "index","style": {"navigationBarTitleText": "选择模板"}}
  269. ]
  270. },
  271. {
  272. "root": "admin/stat",
  273. "pages": [
  274. {"path": "profit","style": {"navigationBarTitleText": "利润表"}},
  275. {"path": "classProfit","style": {"navigationBarTitleText": "收支分类"}},
  276. {"path": "productSale","style": {"navigationBarTitleText": "花材销量"}},
  277. {"path": "kdIncome","style": {"navigationBarTitleText": "收入统计"}},
  278. {"path": "customSale","style": {"navigationBarTitleText": "客户下单排行"}},
  279. {"path": "clear","style": {"navigationBarTitleText": "结账跟踪"}},
  280. {"path": "incomeStat","style": {"navigationBarTitleText": "应收款"}},
  281. {"path": "cgStat","style": {"navigationBarTitleText": "供货商业绩"}},
  282. {"path": "cgItem","style": {"navigationBarTitleText": "采购花材"}},
  283. {"path": "cgYj","style": {"navigationBarTitleText": "采购人业绩"}},
  284. {"path": "cgFreight","style": {"navigationBarTitleText": "采购运费统计"}},
  285. {"path": "stock","style": {"navigationBarTitleText": "库存总览"}},
  286. {"path": "mayPayStat","style": {"navigationBarTitleText": "应付款"}},
  287. {"path": "wastage","style": {"navigationBarTitleText": "损耗花材"}},
  288. {"path": "waste","style": {"navigationBarTitleText": "损耗总览"}}
  289. ]
  290. },
  291. {
  292. "root": "admin/billing",
  293. "pages": [
  294. { "path": "index", "style": { "navigationBarTitleText": "开单" } },
  295. { "path": "index2", "style": { "navigationBarTitleText": "开单" } },
  296. { "path": "scan", "style": { "navigationBarTitleText": "扫码","enablePullDownRefresh": false} },
  297. { "path": "customerPlace", "style": { "navigationBarTitleText": "开单" } },
  298. { "path": "result", "style": { "navigationBarTitleText": "开单结果" } },
  299. { "path": "affirm", "style": { "navigationBarTitleText": "确认下单" } },
  300. { "path": "customerAffirm", "style": { "navigationBarTitleText": "确认下单" } },
  301. { "path": "confirm", "style": { "navigationBarTitleText": "待确认" } },
  302. {"path": "toPay","style": {"navigationBarTitleText": "等待付款"}},
  303. {"path": "affirmGhsBook","style": {"navigationBarTitleText": "等待付款"}}
  304. ]
  305. },
  306. {
  307. "root": "pagesStorehouse/shop/",
  308. "pages": [
  309. { "path": "list", "style": { "navigationBarTitleText": "门店管理", "enablePullDownRefresh": true } },
  310. { "path": "update", "style": { "navigationBarTitleText": "门店编辑" } }
  311. ]
  312. },
  313. {
  314. "root": "pagesStorehouse/inventory/",
  315. "pages": [
  316. { "path": "list", "style": { "navigationBarTitleText": "盘点", "enablePullDownRefresh": true } },
  317. { "path": "details", "style": { "navigationBarTitleText": "详情" } },
  318. { "path": "update", "style": { "navigationBarTitleText": "盘点" } },
  319. { "path": "select", "style": { "navigationBarTitleText": "花材" } },
  320. { "path": "select2", "style": { "navigationBarTitleText": "花材" } }
  321. ]
  322. },
  323. {
  324. "root": "pagesStorehouse/allot/",
  325. "pages": [
  326. { "path": "exDetails", "style": { "navigationBarTitleText": "出库详情" } },
  327. { "path": "addExDetails", "style": { "navigationBarTitleText": "新增" } },
  328. { "path": "allotEx", "style": { "navigationBarTitleText": "调拨出库", "enablePullDownRefresh": true } },
  329. { "path": "exSelect", "style": { "navigationBarTitleText": "选择商品", "enablePullDownRefresh": true } },
  330. { "path": "putDetails", "style": { "navigationBarTitleText": "详情" } },
  331. { "path": "allotPut", "style": { "navigationBarTitleText": "调拨入库", "enablePullDownRefresh": true } },
  332. { "path": "inSelect", "style": { "navigationBarTitleText": "请选择入库单", "enablePullDownRefresh": true } }
  333. ]
  334. },
  335. {
  336. "root": "pagesStorehouse/flower/",
  337. "pages": [
  338. { "path": "category", "style": { "navigationBarTitleText": "花材管理", "enablePullDownRefresh": true } },
  339. { "path": "manage", "style": { "navigationBarTitleText": "花材", "enablePullDownRefresh": true } }
  340. ]
  341. },
  342. {
  343. "root": "pagesStorehouse/stockWarn/",
  344. "pages": [
  345. { "path": "manage", "style": { "navigationBarTitleText": "库存预警" } },
  346. { "path": "detailed", "style": { "navigationBarTitleText": "库存明细", "enablePullDownRefresh": true } },
  347. { "path": "onStockChange", "style": { "navigationBarTitleText": "路上库存变动明细", "enablePullDownRefresh": true } }
  348. ]
  349. },
  350. {
  351. "root": "pagesPurchase",
  352. "pages": [
  353. { "path": "result", "style": { "navigationBarTitleText": "结果" } },
  354. { "path": "add", "style": { "navigationBarTitleText": "新增采购", "enablePullDownRefresh": true } },
  355. { "path": "details", "style": { "navigationBarTitleText": "确认订单" } },
  356. { "path": "components/pageSuccess", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },
  357. { "path": "order", "style": { "navigationBarTitleText": "采购订单", "enablePullDownRefresh": true } },
  358. { "path": "wcOrder", "style": { "navigationBarTitleText": "外采", "enablePullDownRefresh": true } },
  359. { "path": "supplier", "style": { "navigationBarTitleText": "供货商", "enablePullDownRefresh": true } },
  360. { "path": "jdSupplier", "style": { "navigationBarTitleText": "供货商", "enablePullDownRefresh": true } },
  361. { "path": "localSupplier", "style": { "navigationBarTitleText": "附近供货商", "enablePullDownRefresh": true } },
  362. { "path": "suppAdd", "style": { "navigationBarTitleText": "添加供货商", "enablePullDownRefresh": true } },
  363. { "path": "info", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": true } },
  364. { "path": "refundList", "style": { "navigationBarTitleText": "记录", "enablePullDownRefresh": true } },
  365. { "path": "refundDetail", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": true } },
  366. { "path": "refund", "style": { "navigationBarTitleText": "申请售后", "enablePullDownRefresh": true } },
  367. { "path": "refundSuccess", "style": { "navigationBarTitleText": "状态", "enablePullDownRefresh": true } },
  368. { "path": "bookProduct", "style": { "navigationBarTitleText": "下单"} }
  369. ]
  370. },
  371. {
  372. "root": "pagesArrears",
  373. "pages": [
  374. { "path": "list", "style": { "navigationBarTitleText": "客户赊账", "enablePullDownRefresh": true } },
  375. { "path": "details", "style": { "navigationBarTitleText": "赊账订单", "enablePullDownRefresh": true } },
  376. { "path": "clearResult", "style": { "navigationBarTitleText": "结果"} }
  377. ]
  378. },
  379. {
  380. "root": "pagesGys",
  381. "pages": [
  382. { "path": "list", "style": { "navigationBarTitleText": "赊账单", "enablePullDownRefresh": true } },
  383. { "path": "details", "style": { "navigationBarTitleText": "赊账单", "enablePullDownRefresh": true } },
  384. { "path": "search", "style": { "navigationBarTitleText": "查找赊账单", "enablePullDownRefresh": false } }
  385. ]
  386. },
  387. {
  388. "root": "pagesInvite",
  389. "pages": [
  390. { "path": "list", "style": { "navigationBarTitleText": "邀请开店", "enablePullDownRefresh": true } },
  391. { "path": "inviteShop", "style": { "navigationBarTitleText": "" } },
  392. { "path": "inviteGhsShop", "style": { "navigationBarTitleText": "" }}
  393. ]
  394. },
  395. {
  396. "root": "pagesStatistics",
  397. "pages": [
  398. { "path": "business", "style": { "navigationBarTitleText": "营业概况", "enablePullDownRefresh": true } }
  399. ]
  400. },
  401. {
  402. "root": "admin/clear",
  403. "pages": [
  404. {"path": "list","style": {"navigationBarTitleText": "结账记录"}},
  405. {"path": "info","style": {"navigationBarTitleText": "详情"}},
  406. {"path": "customList","style": {"navigationBarTitleText": "结账记录"}},
  407. {"path": "customInfo","style": {"navigationBarTitleText": "详情"}},
  408. {"path": "showBill","style": {"navigationBarTitleText": "查账结账"}}
  409. ]
  410. },
  411. {
  412. "root": "admin/item",
  413. "pages": [
  414. {"path": "list","style": {"navigationBarTitleText": "花材列表"}},
  415. {"path": "list2","style": {"navigationBarTitleText": "花材列表"}},
  416. {"path": "selectList","style": {"navigationBarTitleText": "选择花材"}},
  417. {"path": "detail","style": {"navigationBarTitleText": "花材详情"}},
  418. {"path": "add","style": {"navigationBarTitleText": "添加花材"}},
  419. {"path": "copy","style": {"navigationBarTitleText": "复制新建花材"}},
  420. {"path": "xj","style": {"navigationBarTitleText": "请选择颜色"}},
  421. {"path": "xjSelect","style": {"navigationBarTitleText": "多颜色"}},
  422. {"path": "presell","style": {"navigationBarTitleText": "预售管理"}},
  423. {"path": "rechargeHb","style": {"navigationBarTitleText": "充值活动"}},
  424. {"path": "sendStock","style": {"navigationBarTitleText": "分配库存"}},
  425. {"path": "simple","style": {"navigationBarTitleText": "花材"}},
  426. {"path": "select","style": {"navigationBarTitleText": "添加花材"}},
  427. {"path": "change","style": {"navigationBarTitleText": "更换花材"}},
  428. {"path": "lakala","style": {"navigationBarTitleText": "拉卡拉"}}
  429. ]
  430. },
  431. {
  432. "root": "admin/cp",
  433. "pages": [
  434. {"path": "list","style": {"navigationBarTitleText": "产品列表"}},
  435. {"path": "delList","style": {"navigationBarTitleText": "已删除"}},
  436. {"path": "class","style": {"navigationBarTitleText": "产品分类"}},
  437. {"path": "item","style": {"navigationBarTitleText": "花材"}},
  438. {"path": "ptCpList","style": {"navigationBarTitleText": "从平台找产品"}},
  439. {"path": "addCp","style": {"navigationBarTitleText": "创建产品"}},
  440. {"path": "updateCp","style": {"navigationBarTitleText": "修改产品"}},
  441. {"path": "cpDetail","style": {"navigationBarTitleText": "详情"}}
  442. ]
  443. },
  444. {
  445. "root": "admin/itemClass",
  446. "pages": [
  447. {"path": "list","style": {"navigationBarTitleText": "花材分类"}},
  448. {"path": "add","style": {"navigationBarTitleText": "加价管理"}},
  449. {"path": "sort","style": {"navigationBarTitleText": "批量排序"}},
  450. {"path": "addPrice","style": {"navigationBarTitleText": "修改加价"}},
  451. {"path": "more","style": {"navigationBarTitleText": "修改排序"}}
  452. ]
  453. },
  454. {
  455. "root": "admin/hb",
  456. "pages": [
  457. {"path": "list","style": {"navigationBarTitleText": "红包"}},
  458. {"path": "rechargeList","style": {"navigationBarTitleText": "充值记录"}},
  459. {"path": "xrFl","style": {"navigationBarTitleText": "新客到店福利"}},
  460. {"path": "tjFl","style": {"navigationBarTitleText": "推荐新客福利"}}
  461. ]
  462. },
  463. {
  464. "root": "admin/order",
  465. "pages": [
  466. {"path": "itemOrder","style": {"navigationBarTitleText": "订单列表"}},
  467. {"path": "bookSet","style": {"navigationBarTitleText": "预订开关"}},
  468. {"path": "statBook","style": {"navigationBarTitleText": "预订汇总"}},
  469. {"path": "statKhBook","style": {"navigationBarTitleText": "详情"}},
  470. {"path": "freight","style": {"navigationBarTitleText": "运费设置"}}
  471. ]
  472. },
  473. {
  474. "root": "admin/cg",
  475. "pages": [
  476. {"path": "set","style": {"navigationBarTitleText": "采购设置"}}
  477. ]
  478. },
  479. {
  480. "root": "admin/book",
  481. "pages": [
  482. {"path": "index","style": {"navigationBarTitleText": "城市批发教程"}},
  483. {"path": "jdIndex","style": {"navigationBarTitleText": "基地和昆明批发教程"}},
  484. {"path": "detail","style": {"navigationBarTitleText": ""}},
  485. {"path": "itemCustom","style": {"navigationBarTitleText": "明细"}},
  486. {"path": "itemCustomDetail","style": {"navigationBarTitleText": "送货信息"}},
  487. {"path": "custom","style": {"navigationBarTitleText": "预订客户"}}
  488. ]
  489. },
  490. {
  491. "root": "admin/expend",
  492. "pages": [
  493. {"path": "addExpend","style": {"navigationBarTitleText": "支出登记"}},
  494. {"path": "addSalary","style": {"navigationBarTitleText": "发工资"}},
  495. {"path": "salary","style": {"navigationBarTitleText": "发工资记录","enablePullDownRefresh": true}},
  496. {"path": "list","style": {"navigationBarTitleText": "支出记录","enablePullDownRefresh": false}},
  497. {"path": "bxList","style": {"navigationBarTitleText": "待报销","enablePullDownRefresh": false}}
  498. ]
  499. }
  500. ],
  501. "globalStyle": {
  502. "navigationBarBackgroundColor": "#fff",
  503. "navigationBarTitleText": "销花宝",
  504. "navigationBarTextStyle": "black",
  505. "backgroundColor": "#f9fbfc",
  506. "onReachBottomDistance": 300
  507. },
  508. "tabBar": {
  509. "color": "#7e6e6e",
  510. "selectedColor": "#3385FF",
  511. "borderStyle": "black",
  512. "backgroundColor": "#ffffff",
  513. "list": [
  514. { "pagePath": "admin/home/workbench", "iconPath": "static/images/common/shop-tab_no.png", "selectedIconPath": "static/images/common/shop-tab.png", "text": "店铺" },
  515. { "pagePath": "admin/home/order", "iconPath": "static/images/common/order-no.png", "selectedIconPath": "static/images/common/order-is.png", "text": "订单" },
  516. { "pagePath": "admin/home/member", "iconPath": "static/images/common/member-no.png", "selectedIconPath": "static/images/common/member-is.png", "text": "客户" },
  517. { "pagePath": "admin/home/apply", "iconPath": "static/images/common/category-no.png", "selectedIconPath": "static/images/common/shop-apply.png", "text": "应用" },
  518. { "pagePath": "admin/home/me", "iconPath": "static/images/common/user-no.png", "selectedIconPath": "static/images/common/shop-me.png", "text": "我的" }
  519. ]
  520. }
  521. }