pages.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  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": "cgItem","style": {"navigationBarTitleText": "采购花材"}},
  272. {"path": "mayPayStat","style": {"navigationBarTitleText": "应付款"}}
  273. ]
  274. },
  275. {
  276. "root": "admin/recharge",
  277. "pages": [
  278. { "path": "renew", "style": { "navigationBarTitleText": "免费续期" } },
  279. { "path": "rechargeSuccess", "style": { "navigationBarTitleText": "免费续期" } }
  280. ]
  281. },
  282. {
  283. "root": "admin/billing",
  284. "pages": [
  285. { "path": "index", "style": { "navigationBarTitleText": "开单" } },
  286. { "path": "customerPlace", "style": { "navigationBarTitleText": "开单" } },
  287. { "path": "priceChange", "style": { "navigationBarTitleText": "改价", "enablePullDownRefresh": true } },
  288. { "path": "result", "style": { "navigationBarTitleText": "开单状态" } },
  289. { "path": "affirm", "style": { "navigationBarTitleText": "确认订单信息" } },
  290. { "path": "affirmGoods", "style": { "navigationBarTitleText": "确认订单信息" } },
  291. { "path": "affirmGhs", "style": { "navigationBarTitleText": "确认订单信息" } },
  292. { "path": "affirmGhsBook", "style": { "navigationBarTitleText": "确认订单信息" } },
  293. { "path": "affirmPxClass", "style": { "navigationBarTitleText": "确认订单信息" } },
  294. { "path": "customerAffirm", "style": { "navigationBarTitleText": "确认下单" } },
  295. { "path": "confirm", "style": { "navigationBarTitleText": "待确认" } }
  296. ]
  297. },
  298. {
  299. "root": "admin/order",
  300. "pages": [
  301. { "path": "detail", "style": { "navigationBarTitleText": "详情" } },
  302. { "path": "addOrder", "style": { "navigationBarTitleText": "开单" } },
  303. { "path": "addOrderConfirm", "style": { "navigationBarTitleText": "确认" } },
  304. { "path": "addOrderResult", "style": { "navigationBarTitleText": "结果" } },
  305. { "path": "workOrderResult", "style": { "navigationBarTitleText": "结果" } },
  306. { "path": "refund", "style": { "navigationBarTitleText": "退款" } },
  307. { "path": "refundList", "style": { "navigationBarTitleText": "退款记录" } },
  308. { "path": "refundDetail", "style": { "navigationBarTitleText": "退款详情" } },
  309. { "path": "ship", "style": { "navigationBarTitleText": "发货" } },
  310. { "path": "fill-form", "style": { "navigationBarTitleText": "填写收花人" } },
  311. { "path": "debtList", "style": { "navigationBarTitleText": "待结订单" } },
  312. { "path": "workOrder", "style": { "navigationBarTitleText": "开单" } },
  313. { "path": "modify", "style": { "navigationBarTitleText": "修改" } }
  314. ]
  315. },
  316. {
  317. "root": "admin/member",
  318. "pages": [
  319. { "path": "detail", "style": { "navigationBarTitleText": "详情" } }
  320. ]
  321. },
  322. {
  323. "root": "pagesStorehouse/shop/",
  324. "pages": [
  325. { "path": "list", "style": { "navigationBarTitleText": "门店管理", "enablePullDownRefresh": true } },
  326. { "path": "update", "style": { "navigationBarTitleText": "门店编辑" } }
  327. ]
  328. },
  329. {
  330. "root": "pagesStorehouse/inventory/",
  331. "pages": [
  332. { "path": "list", "style": { "navigationBarTitleText": "盘点", "enablePullDownRefresh": true } },
  333. { "path": "details", "style": { "navigationBarTitleText": "盘点详情" } },
  334. { "path": "update", "style": { "navigationBarTitleText": "新增" } },
  335. { "path": "select", "style": { "navigationBarTitleText": "盘点花材" } }
  336. ]
  337. },
  338. {
  339. "root": "pagesStorehouse/allot/",
  340. "pages": [
  341. { "path": "exDetails", "style": { "navigationBarTitleText": "出库详情" } },
  342. { "path": "addExDetails", "style": { "navigationBarTitleText": "新增" } },
  343. { "path": "allotEx", "style": { "navigationBarTitleText": "调拨出库", "enablePullDownRefresh": true } },
  344. { "path": "exSelect", "style": { "navigationBarTitleText": "选择商品", "enablePullDownRefresh": true } },
  345. { "path": "putDetails", "style": { "navigationBarTitleText": "入库详情" } },
  346. { "path": "allotPut", "style": { "navigationBarTitleText": "调拨入库", "enablePullDownRefresh": true } }
  347. ]
  348. },
  349. {
  350. "root": "pagesStorehouse/flower/",
  351. "pages": [
  352. { "path": "category", "style": { "navigationBarTitleText": "花材管理", "enablePullDownRefresh": true } },
  353. { "path": "manage", "style": { "navigationBarTitleText": "花材", "enablePullDownRefresh": true } }
  354. ]
  355. },
  356. {
  357. "root": "pagesStorehouse/stockWarn/",
  358. "pages": [
  359. { "path": "manage", "style": { "navigationBarTitleText": "库存", "enablePullDownRefresh": true } },
  360. { "path": "detailed", "style": { "navigationBarTitleText": "明细", "enablePullDownRefresh": true } }
  361. ]
  362. },
  363. {
  364. "root": "pagesPurchase",
  365. "pages": [
  366. { "path": "result", "style": { "navigationBarTitleText": "结果" } },
  367. { "path": "add", "style": { "navigationBarTitleText": "新增采购单", "enablePullDownRefresh": true } },
  368. { "path": "gathering", "style": { "navigationBarTitleText": "待结订单", "enablePullDownRefresh": true } },
  369. { "path": "particulars", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  370. { "path": "details", "style": { "navigationBarTitleText": "确认订单" } },
  371. { "path": "order", "style": { "navigationBarTitleText": "供应商", "enablePullDownRefresh": true } },
  372. { "path": "shopping", "style": { "navigationBarTitleText": "采购", "enablePullDownRefresh": true } },
  373. { "path": "ghsProduct", "style": { "navigationBarTitleText": "采购花材", "enablePullDownRefresh": false } },
  374. { "path": "setPsd", "style": { "navigationBarTitleText": "设置密码", "enablePullDownRefresh": true } },
  375. { "path": "wechatPay", "style": { "navigationBarTitleText": "待支付"} },
  376. { "path": "cosNext", "style": { "navigationBarTitleText": "下一步", "enablePullDownRefresh": true } },
  377. { "path": "gatherPay", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },
  378. { "path": "gatherResult", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },
  379. { "path": "purDetails", "style": { "navigationBarTitleText": "采购详情", "enablePullDownRefresh": true } },
  380. { "path": "info", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": true } },
  381. { "path": "xj", "style": { "navigationBarTitleText": "请选择颜色", "enablePullDownRefresh": true } },
  382. { "path": "refundDetail", "style": { "navigationBarTitleText": "退款详情", "enablePullDownRefresh": true } },
  383. { "path": "level", "style": { "navigationBarTitleText": "会员等级", "enablePullDownRefresh": true } },
  384. { "path": "bookProduct", "style": { "navigationBarTitleText": "预订花材", "enablePullDownRefresh": false } },
  385. { "path": "bookExplain", "style": { "navigationBarTitleText": "预订说明", "enablePullDownRefresh": true } },
  386. { "path": "refundList","style": {"navigationBarTitleText": "退款记录", "enablePullDownRefresh": true } },
  387. { "path": "readMe","style": {"navigationBarTitleText": "购买须知", "enablePullDownRefresh": true } }
  388. ]
  389. },
  390. {
  391. "root": "pagesArrears",
  392. "pages": [
  393. { "path": "list", "style": { "navigationBarTitleText": "客户欠款", "enablePullDownRefresh": true } },
  394. { "path": "details", "style": { "navigationBarTitleText": "欠款明细", "enablePullDownRefresh": true } }
  395. ]
  396. },
  397. {
  398. "root": "pagesInvite",
  399. "pages": [
  400. { "path": "list", "style": { "navigationBarTitleText": "邀请开店", "enablePullDownRefresh": true } },
  401. { "path": "inviteShop", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } },
  402. { "path": "inviteHdShop", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true } }
  403. ]
  404. },
  405. {
  406. "root": "pagesStatistics",
  407. "pages": [
  408. { "path": "business", "style": { "navigationBarTitleText": "营业概况", "enablePullDownRefresh": true } },
  409. { "path": "pagesPublicity", "style": { "navigationBarTitleText": "" } },
  410. { "path": "trainingClass", "style": { "navigationBarTitleText": "培训班", "enablePullDownRefresh": true } },
  411. { "path": "trainingClassEdit", "style": { "navigationBarTitleText": "培训班编辑" } }
  412. ]
  413. },
  414. {
  415. "root": "admin/jc",
  416. "pages": [
  417. {"path": "index","style": {"navigationBarTitleText": "新手使用教程"}},
  418. {"path": "video","style": {"navigationBarTitleText": "播放视频"}}
  419. ]
  420. },
  421. {
  422. "root": "admin/clear",
  423. "pages": [
  424. { "path": "list", "style": { "navigationBarTitleText": "结账单" } },
  425. { "path": "info", "style": { "navigationBarTitleText": "详情" } }
  426. ]
  427. }
  428. ],
  429. "globalStyle": {
  430. "navigationBarBackgroundColor": "#fff",
  431. "navigationBarTitleText": "花掌柜",
  432. "navigationBarTextStyle": "black",
  433. "backgroundColor": "#f9fbfc"
  434. },
  435. "tabBar": {
  436. "color": "#C0C4CC",
  437. "selectedColor": "#3385FF",
  438. "borderStyle": "black",
  439. "backgroundColor": "#ffffff",
  440. "list": [
  441. {
  442. "pagePath": "admin/home/workbench",
  443. "iconPath": "static/images/common/shop-tab_no.png",
  444. "selectedIconPath": "static/images/common/shop-tab.png",
  445. "text": "店铺"
  446. },
  447. {
  448. "pagePath": "admin/home/order",
  449. "iconPath": "static/images/common/order-no.png",
  450. "selectedIconPath": "static/images/common/order-is.png",
  451. "text": "订单"
  452. },
  453. {
  454. "pagePath": "admin/home/member",
  455. "iconPath": "static/images/common/member-no.png",
  456. "selectedIconPath": "static/images/common/member-is.png",
  457. "text": "客户"
  458. },
  459. {
  460. "pagePath": "admin/home/apply",
  461. "iconPath": "static/images/common/category-no.png",
  462. "selectedIconPath": "static/images/common/shop-apply.png",
  463. "text": "应用"
  464. },
  465. {
  466. "pagePath": "admin/home/me",
  467. "iconPath": "static/images/common/user-no.png",
  468. "selectedIconPath": "static/images/common/shop-me.png",
  469. "text": "我的"
  470. }
  471. ]
  472. }
  473. }