pages.json 22 KB

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