pages.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  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": "应用","enablePullDownRefresh": true}},
  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/ptItem",
  31. "pages": [
  32. {"path": "itemList","style": {"navigationBarTitleText": "从平台选择花材","onReachBottonDistance":20}}
  33. ]
  34. },
  35. {
  36. "root": "admin/shopYeChange",
  37. "pages": [
  38. {"path": "list","style": {"navigationBarTitleText": "余额变动明细"}}
  39. ]
  40. },
  41. {
  42. "root": "admin/shopMoneyChange",
  43. "pages": [
  44. {"path": "list","style": {"navigationBarTitleText": "现金变动明细"}}
  45. ]
  46. },
  47. {
  48. "root": "admin/custom",
  49. "pages": [
  50. {"path": "selectCustom","style": {"navigationBarTitleText": "选择客户"}},
  51. {"path": "levelSet","style": {"navigationBarTitleText": "客户等级标准"}},
  52. {"path": "visit","style": {"navigationBarTitleText": "今日访客"}},
  53. {"path": "debtChange","style": {"navigationBarTitleText": "欠款变动明细"}},
  54. {"path": "addStaff","style": {"navigationBarTitleText": "帮客户添加员工"}}
  55. ]
  56. },
  57. {
  58. "root": "pagesClient",
  59. "pages": [
  60. {"path": "member/add","style": {"navigationBarTitleText": "添加客户"}},
  61. {"path": "member/detail","style": {"navigationBarTitleText": "客户详情"}},
  62. {"path": "member/bind","style": {"navigationBarTitleText": "绑定微信"}},
  63. {"path": "member/addCustomer","style": {"navigationBarTitleText": "手动添加客户"}},
  64. {"path": "official/index","style": {"navigationBarTitleText": "销花宝"}},
  65. {"path": "official/pay","style": {"navigationBarTitleText": "支付"}},
  66. {"path": "official/apply","style": {"navigationBarTitleText": "填写店铺信息"}},
  67. {"path": "official/clientApply","style": {"navigationBarTitleText": "结果"}},
  68. {"path": "official/clientResult","style": {"navigationBarTitleText": "提交审核"}},
  69. {"path": "official/renewal","style": {"navigationBarTitleText": "续期"}},
  70. {"path": "official/callback","style": {"navigationBarTitleText": "回调"}},
  71. {"path": "official/latest-shop","style": {"navigationBarTitleText": "最近访问"}},
  72. {"path": "official/result","style": {"navigationBarTitleText": "结果"}},
  73. {"path": "official/warn","style": {"navigationBarTitleText": "开启微信提醒"}}
  74. ]
  75. },
  76. {
  77. "root": "pagesShare",
  78. "pages": [
  79. {"path": "pay","style": {"navigationBarTitleText": "付款"}}
  80. ]
  81. },
  82. {
  83. "root": "pagesOrder",
  84. "pages": [
  85. {"path": "detail","style": {"navigationBarTitleText": "订单详情", "enablePullDownRefresh": true}},
  86. {"path": "showOrder","style": {"navigationBarTitleText": "订单", "enablePullDownRefresh": true}},
  87. {"path": "info","style": {"navigationBarTitleText": "订单详情", "enablePullDownRefresh": true}},
  88. {"path": "arrival","style": {"navigationBarTitleText": "到货处理"}},
  89. {"path": "result","style": {"navigationBarTitleText": "结果"}},
  90. {"path": "refund","style": {"navigationBarTitleText": "退款"}},
  91. {"path": "refundDetail","style": {"navigationBarTitleText": "退款"}},
  92. {"path": "ship","style": {"navigationBarTitleText": "发货"}},
  93. {"path": "shipInfo","style": {"navigationBarTitleText": "发货"}},
  94. {"path": "select","style": {"navigationBarTitleText": "重选花材"}},
  95. {"path": "print","style": {"navigationBarTitleText": "连接蓝牙"}},
  96. {"path": "allot","style": {"navigationBarTitleText": "分配工作"}},
  97. {"path": "refundSuccess","style": {"navigationBarTitleText": "结果"}},
  98. {"path": "refundList","style": {"navigationBarTitleText": "退款记录", "enablePullDownRefresh": true}}
  99. ]
  100. },
  101. {
  102. "root": "pagesStore",
  103. "pages": [
  104. {"path": "me/withdraw","style": {"navigationBarTitleText": "提现记录"}},
  105. {"path": "me/income","style": {"navigationBarTitleText": "收入记录"}},
  106. {"path": "me/expend","style": {"navigationBarTitleText": "支出记录"}},
  107. {"path": "me/recharge","style": {"navigationBarTitleText": "充值"}},
  108. {"path": "me/rechargeList","style": {"navigationBarTitleText": "充值记录"}},
  109. {"path": "me/cashSet","style": {"navigationBarTitleText": "提现账号"}},
  110. {"path": "me/expressSet","style": {"navigationBarTitleText": "快递设置"}},
  111. {"path": "me/rechargeSuccess","style": {"navigationBarTitleText": "充值成功"}}
  112. ]
  113. },
  114. {
  115. "root": "admin/changePrice",
  116. "pages": [
  117. {"path": "list","style": {"navigationBarTitleText": "改价"}},
  118. {"path": "changeList","style": {"navigationBarTitleText": "价格变动记录"}},
  119. {"path": "costChangeList","style": {"navigationBarTitleText": "成本变动记录"}},
  120. {"path": "outList","style": {"navigationBarTitleText": "已下架"}},
  121. {"path": "stopList","style": {"navigationBarTitleText": "已停用"}},
  122. {"path": "removeList","style": {"navigationBarTitleText": "已删除"}},
  123. {"path": "changeClass","style": {"navigationBarTitleText": "批量移动花材分类"}}
  124. ]
  125. },
  126. {
  127. "root": "admin/ghs",
  128. "pages": [
  129. {"path": "shop","style": {"navigationBarTitleText": "供货商"}}
  130. ]
  131. },
  132. {
  133. "root": "admin/breakage",
  134. "pages": [
  135. {"path": "list","style": {"navigationBarTitleText": "损耗单","enablePullDownRefresh": true}},
  136. {"path": "info","style": {"navigationBarTitleText": "详情"}},
  137. {"path": "index","style": {"navigationBarTitleText": "选择花材"}},
  138. {"path": "confirm","style": {"navigationBarTitleText": "确认订单"}},
  139. {"path": "result","style": {"navigationBarTitleText": "操作成功"}}
  140. ]
  141. },
  142. {
  143. "root": "admin/coupon",
  144. "pages": [
  145. {"path": "list","style": {"navigationBarTitleText": "优惠券"}}
  146. ]
  147. },
  148. {
  149. "root": "admin/part",
  150. "pages": [
  151. {"path": "list","style": {"navigationBarTitleText": "拆散记录"}},
  152. {"path": "info","style": {"navigationBarTitleText": "详情"}},
  153. {"path": "result","style": {"navigationBarTitleText": "状态"}},
  154. {"path": "index","style": {"navigationBarTitleText": "选择花材"}},
  155. {"path": "confirm","style": {"navigationBarTitleText": "确认提交"}}
  156. ]
  157. },
  158. {
  159. "root": "admin/ad",
  160. "pages": [
  161. {"path": "list","style": {"navigationBarTitleText": "广告列表"}},
  162. {"path": "add","style": {"navigationBarTitleText": "添加广告"}},
  163. {"path": "sel-goods","style": {"navigationBarTitleText": "商品选择"}}
  164. ]
  165. },
  166. {
  167. "root": "admin/staff",
  168. "pages": [
  169. {"path": "list","style": {"navigationBarTitleText": "员工管理"}},
  170. {"path": "add","style": {"navigationBarTitleText": "添加员工"}},
  171. {"path": "detail","style": {"navigationBarTitleText": "详情"}},
  172. {"path": "sel-member","style": {"navigationBarTitleText": "客户列表"}},
  173. {"path": "achieve","style": {"navigationBarTitleText": "员工业绩"}},
  174. { "path": "miniAutoLogin", "style": { "navigationBarTitleText": "绑定帐号" } }
  175. ]
  176. },
  177. {
  178. "root": "admin/shop",
  179. "pages": [
  180. {"path": "list","style": {"navigationBarTitleText": "门店"}},
  181. {"path": "add","style": {"navigationBarTitleText": ""}},
  182. {"path": "print","style": {"navigationBarTitleText": "云打印"}},
  183. {"path": "trumpet","style": {"navigationBarTitleText": "云音箱"}},
  184. {"path": "changeShop","style": {"navigationBarTitleText": "切换门店"}},
  185. {"path": "sk","style": {"navigationBarTitleText": "我的零售店"}},
  186. {"path": "password","style": {"navigationBarTitleText": "密码修改"}},
  187. {"path": "debtChange","style": {"navigationBarTitleText": "欠款变动记录"}},
  188. {"path": "selectShop","style": {"navigationBarTitleText": "选择门店"}},
  189. {"path": "wl","style": {"navigationBarTitleText": "物流列表"}}
  190. ]
  191. },
  192. {
  193. "root": "admin/jc",
  194. "pages": [
  195. {"path": "index","style": {"navigationBarTitleText": "使用教程"}},
  196. {"path": "video","style": {"navigationBarTitleText": "播放视频"}}
  197. ]
  198. },
  199. {
  200. "root": "admin/setting",
  201. "pages": [
  202. {"path": "list","style": {"navigationBarTitleText": "设置"}},
  203. {"path": "wx-menu","style": {"navigationBarTitleText": "公众号菜单设置"}},
  204. {"path": "coupon","style": {"navigationBarTitleText": "新客优惠"}},
  205. {"path": "level","style": {"navigationBarTitleText": "客户等级设置"}},
  206. {"path": "password","style": {"navigationBarTitleText": "密码设置"}}
  207. ]
  208. },
  209. {
  210. "root": "admin/goods",
  211. "pages": [
  212. {"path": "list","style": {"navigationBarTitleText": "商品管理"}},
  213. {"path": "category","style": {"navigationBarTitleText": "分类管理"}},
  214. {"path": "add","style": {"navigationBarTitleText": "添加商品"}},
  215. {"path": "img-store","style": {"navigationBarTitleText": "图库管理"}},
  216. {"path": "goods-name","style": {"navigationBarTitleText": "填写商品信息"}},
  217. {"path": "freight","style": {"navigationBarTitleText": "运费设置"}},
  218. {"path": "price-increase","style": {"navigationBarTitleText": "节假日自动涨价"}}
  219. ]
  220. },
  221. {
  222. "root": "admin/shopAdmin",
  223. "pages": [
  224. {"path": "bind","style": {"navigationBarTitleText": "新员工加入"}}
  225. ]
  226. },
  227. {
  228. "root": "admin/assets",
  229. "pages": [
  230. {"path": "list","style": {"navigationBarTitleText": "收入明细"}}
  231. ]
  232. },
  233. {
  234. "root": "admin/chat",
  235. "pages": [
  236. {"path": "index","style": {"navigationBarTitleText": "客服","enablePullDownRefresh": true}}
  237. ]
  238. },
  239. {
  240. "root": "admin/template",
  241. "pages": [
  242. {"path": "index","style": {"navigationBarTitleText": "选择模板"}}
  243. ]
  244. },
  245. {
  246. "root": "admin/stat",
  247. "pages": [
  248. {"path": "profit","style": {"navigationBarTitleText": "利润表"}},
  249. {"path": "productSale","style": {"navigationBarTitleText": "花材销量"}},
  250. {"path": "kdIncome","style": {"navigationBarTitleText": "收入统计"}},
  251. {"path": "customSale","style": {"navigationBarTitleText": "客户下单排行"}},
  252. {"path": "incomeStat","style": {"navigationBarTitleText": "应收款"}},
  253. {"path": "cgStat","style": {"navigationBarTitleText": "采购统计"}},
  254. {"path": "stock","style": {"navigationBarTitleText": "库存总览"}},
  255. {"path": "mayPayStat","style": {"navigationBarTitleText": "应付款"}},
  256. {"path": "wastage","style": {"navigationBarTitleText": "损耗花材"}},
  257. {"path": "waste","style": {"navigationBarTitleText": "损耗总览"}}
  258. ]
  259. },
  260. {
  261. "root": "admin/billing",
  262. "pages": [
  263. { "path": "index", "style": { "navigationBarTitleText": "开单" } },
  264. { "path": "customerPlace", "style": { "navigationBarTitleText": "开单" } },
  265. { "path": "result", "style": { "navigationBarTitleText": "开单结果" } },
  266. { "path": "affirm", "style": { "navigationBarTitleText": "确认下单" } },
  267. { "path": "customerAffirm", "style": { "navigationBarTitleText": "确认下单" } },
  268. { "path": "confirm", "style": { "navigationBarTitleText": "待确认" } },
  269. {"path": "toPay","style": {"navigationBarTitleText": "等待付款"}}
  270. ]
  271. },
  272. {
  273. "root": "pagesStorehouse/shop/",
  274. "pages": [
  275. { "path": "list", "style": { "navigationBarTitleText": "门店管理", "enablePullDownRefresh": true } },
  276. { "path": "update", "style": { "navigationBarTitleText": "门店编辑" } }
  277. ]
  278. },
  279. {
  280. "root": "pagesStorehouse/inventory/",
  281. "pages": [
  282. { "path": "list", "style": { "navigationBarTitleText": "盘点", "enablePullDownRefresh": true } },
  283. { "path": "details", "style": { "navigationBarTitleText": "详情" } },
  284. { "path": "update", "style": { "navigationBarTitleText": "盘点" } },
  285. { "path": "select", "style": { "navigationBarTitleText": "花材" } }
  286. ]
  287. },
  288. {
  289. "root": "pagesStorehouse/allot/",
  290. "pages": [
  291. { "path": "exDetails", "style": { "navigationBarTitleText": "出库详情" } },
  292. { "path": "addExDetails", "style": { "navigationBarTitleText": "新增" } },
  293. { "path": "allotEx", "style": { "navigationBarTitleText": "调拨出库", "enablePullDownRefresh": true } },
  294. { "path": "exSelect", "style": { "navigationBarTitleText": "选择商品", "enablePullDownRefresh": true } },
  295. { "path": "putDetails", "style": { "navigationBarTitleText": "详情" } },
  296. { "path": "allotPut", "style": { "navigationBarTitleText": "调拨入库", "enablePullDownRefresh": true } },
  297. { "path": "inSelect", "style": { "navigationBarTitleText": "请选择入库单", "enablePullDownRefresh": true } }
  298. ]
  299. },
  300. {
  301. "root": "pagesStorehouse/flower/",
  302. "pages": [
  303. { "path": "category", "style": { "navigationBarTitleText": "花材管理", "enablePullDownRefresh": true } },
  304. { "path": "manage", "style": { "navigationBarTitleText": "花材", "enablePullDownRefresh": true } }
  305. ]
  306. },
  307. {
  308. "root": "pagesStorehouse/stockWarn/",
  309. "pages": [
  310. { "path": "manage", "style": { "navigationBarTitleText": "库存预警" } },
  311. { "path": "detailed", "style": { "navigationBarTitleText": "库存明细", "enablePullDownRefresh": true } }
  312. ]
  313. },
  314. {
  315. "root": "pagesPurchase",
  316. "pages": [
  317. { "path": "result", "style": { "navigationBarTitleText": "结果" } },
  318. { "path": "add", "style": { "navigationBarTitleText": "新增采购", "enablePullDownRefresh": true } },
  319. { "path": "details", "style": { "navigationBarTitleText": "确认订单" } },
  320. { "path": "components/pageSuccess", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },
  321. { "path": "order", "style": { "navigationBarTitleText": "采购订单", "enablePullDownRefresh": true } },
  322. { "path": "supplier", "style": { "navigationBarTitleText": "供货商", "enablePullDownRefresh": true } },
  323. { "path": "suppAdd", "style": { "navigationBarTitleText": "添加供货商", "enablePullDownRefresh": true } },
  324. { "path": "info", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": true } },
  325. { "path": "refundList", "style": { "navigationBarTitleText": "记录", "enablePullDownRefresh": true } },
  326. { "path": "refundDetail", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": true } },
  327. { "path": "refund", "style": { "navigationBarTitleText": "申请退款", "enablePullDownRefresh": true } },
  328. { "path": "refundSuccess", "style": { "navigationBarTitleText": "状态", "enablePullDownRefresh": true } }
  329. ]
  330. },
  331. {
  332. "root": "pagesArrears",
  333. "pages": [
  334. { "path": "list", "style": { "navigationBarTitleText": "客户欠款", "enablePullDownRefresh": true } },
  335. { "path": "details", "style": { "navigationBarTitleText": "待结订单", "enablePullDownRefresh": true } },
  336. { "path": "clearResult", "style": { "navigationBarTitleText": "结果"} }
  337. ]
  338. },
  339. {
  340. "root": "pagesGys",
  341. "pages": [
  342. { "path": "list", "style": { "navigationBarTitleText": "待结订单", "enablePullDownRefresh": true } },
  343. { "path": "details", "style": { "navigationBarTitleText": "待结订单", "enablePullDownRefresh": true } }
  344. ]
  345. },
  346. {
  347. "root": "pagesInvite",
  348. "pages": [
  349. { "path": "list", "style": { "navigationBarTitleText": "邀请开店", "enablePullDownRefresh": true } },
  350. { "path": "inviteShop", "style": { "navigationBarTitleText": "" } },
  351. { "path": "inviteGhsShop", "style": { "navigationBarTitleText": "" }}
  352. ]
  353. },
  354. {
  355. "root": "pagesStatistics",
  356. "pages": [
  357. { "path": "business", "style": { "navigationBarTitleText": "营业概况", "enablePullDownRefresh": true } }
  358. ]
  359. },
  360. {
  361. "root": "admin/clear",
  362. "pages": [
  363. {"path": "list","style": {"navigationBarTitleText": "结账记录"}},
  364. {"path": "info","style": {"navigationBarTitleText": "详情"}},
  365. {"path": "customList","style": {"navigationBarTitleText": "结账记录"}},
  366. {"path": "customInfo","style": {"navigationBarTitleText": "详情"}},
  367. {"path": "showBill","style": {"navigationBarTitleText": "查账结账"}}
  368. ]
  369. },
  370. {
  371. "root": "admin/item",
  372. "pages": [
  373. {"path": "list","style": {"navigationBarTitleText": "花材列表"}},
  374. {"path": "detail","style": {"navigationBarTitleText": "花材详情"}},
  375. {"path": "add","style": {"navigationBarTitleText": "添加花材"}},
  376. {"path": "copy","style": {"navigationBarTitleText": "复制花材"}},
  377. {"path": "xj","style": {"navigationBarTitleText": "请选择颜色"}},
  378. {"path": "xjSelect","style": {"navigationBarTitleText": "多颜色管理"}},
  379. {"path": "presell","style": {"navigationBarTitleText": "预售管理"}},
  380. {"path": "rechargeHb","style": {"navigationBarTitleText": "充值活动"}}
  381. ]
  382. },
  383. {
  384. "root": "admin/itemClass",
  385. "pages": [
  386. {"path": "list","style": {"navigationBarTitleText": "花材分类"}},
  387. {"path": "add","style": {"navigationBarTitleText": "加价排序"}},
  388. {"path": "addPrice","style": {"navigationBarTitleText": "加价设置"}},
  389. {"path": "more","style": {"navigationBarTitleText": "更多"}}
  390. ]
  391. },
  392. {
  393. "root": "admin/hb",
  394. "pages": [
  395. {"path": "list","style": {"navigationBarTitleText": "红包"}},
  396. {"path": "rechargeList","style": {"navigationBarTitleText": "充值记录"}},
  397. {"path": "xrFl","style": {"navigationBarTitleText": "新客到店福利"}},
  398. {"path": "tjFl","style": {"navigationBarTitleText": "推荐新客福利"}}
  399. ]
  400. },
  401. {
  402. "root": "admin/order",
  403. "pages": [
  404. {"path": "itemOrder","style": {"navigationBarTitleText": "订单列表"}},
  405. {"path": "bookSet","style": {"navigationBarTitleText": "预订开关"}},
  406. {"path": "statBook","style": {"navigationBarTitleText": "预售"}},
  407. {"path": "statKhBook","style": {"navigationBarTitleText": "详情"}},
  408. {"path": "freight","style": {"navigationBarTitleText": "运费设置"}}
  409. ]
  410. },
  411. {
  412. "root": "admin/cg",
  413. "pages": [
  414. {"path": "set","style": {"navigationBarTitleText": "采购设置"}}
  415. ]
  416. },
  417. {
  418. "root": "admin/book",
  419. "pages": [
  420. {"path": "index","style": {"navigationBarTitleText": "使用教程"}},
  421. {"path": "detail","style": {"navigationBarTitleText": ""}}
  422. ]
  423. },
  424. {
  425. "root": "admin/expend",
  426. "pages": [
  427. {"path": "addExpend","style": {"navigationBarTitleText": "支出登记"}},
  428. {"path": "addSalary","style": {"navigationBarTitleText": "发工资"}},
  429. {"path": "salary","style": {"navigationBarTitleText": "发工资记录","enablePullDownRefresh": true}},
  430. {"path": "list","style": {"navigationBarTitleText": "支出记录","enablePullDownRefresh": true}}
  431. ]
  432. }
  433. ],
  434. "globalStyle": {
  435. "navigationBarBackgroundColor": "#fff",
  436. "navigationBarTitleText": "销花宝",
  437. "navigationBarTextStyle": "black",
  438. "backgroundColor": "#f9fbfc",
  439. "onReachBottomDistance": 300
  440. },
  441. "tabBar": {
  442. "color": "#7e6e6e",
  443. "selectedColor": "#3385FF",
  444. "borderStyle": "black",
  445. "backgroundColor": "#ffffff",
  446. "list": [
  447. { "pagePath": "admin/home/workbench", "iconPath": "static/images/common/shop-tab_no.png", "selectedIconPath": "static/images/common/shop-tab.png", "text": "店铺" },
  448. { "pagePath": "admin/home/order", "iconPath": "static/images/common/order-no.png", "selectedIconPath": "static/images/common/order-is.png", "text": "订单" },
  449. { "pagePath": "admin/home/member", "iconPath": "static/images/common/member-no.png", "selectedIconPath": "static/images/common/member-is.png", "text": "客户" },
  450. { "pagePath": "admin/home/apply", "iconPath": "static/images/common/category-no.png", "selectedIconPath": "static/images/common/shop-apply.png", "text": "应用" },
  451. { "pagePath": "admin/home/me", "iconPath": "static/images/common/user-no.png", "selectedIconPath": "static/images/common/shop-me.png", "text": "我的" }
  452. ]
  453. }
  454. }